Fix the location of the aegir response file
This commit is contained in:
parent
010ef08593
commit
e3c588eb62
|
@ -65,7 +65,7 @@ class aegir::hostmaster (
|
|||
package { 'aegir':
|
||||
ensure => present,
|
||||
name => $package_name,
|
||||
responsefile => '/etc/dpkg/aegir.response',
|
||||
responsefile => '/var/lib/dpkg/aegir.response',
|
||||
require => File['/var/lib/dpkg/aegir.response'],
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue