Fix the location of the aegir response file

This commit is contained in:
Kienan Stewart 2018-06-17 11:28:55 -04:00
parent 010ef08593
commit e3c588eb62
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ class aegir::hostmaster (
package { 'aegir': package { 'aegir':
ensure => present, ensure => present,
name => $package_name, name => $package_name,
responsefile => '/etc/dpkg/aegir.response', responsefile => '/var/lib/dpkg/aegir.response',
require => File['/var/lib/dpkg/aegir.response'], require => File['/var/lib/dpkg/aegir.response'],
} }
} }