From e3c588eb6296e83a2ace81d20c1bde6b37278dfe Mon Sep 17 00:00:00 2001 From: Kienan Stewart Date: Sun, 17 Jun 2018 11:28:55 -0400 Subject: [PATCH] Fix the location of the aegir response file --- manifests/hostmaster.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/hostmaster.pp b/manifests/hostmaster.pp index e2701f2..8ca7f0f 100644 --- a/manifests/hostmaster.pp +++ b/manifests/hostmaster.pp @@ -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'], } }