Change the aegir/drush_version preseed to use $package_name

All the other preseeds use $package_name. Change for consistency.
This commit is contained in:
Kienan Stewart 2017-03-25 21:35:07 -04:00
parent 1f228af34a
commit 55644f9e13
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ class aegir::hostmaster (
concat($debconf_settings, ["${package_name}-hostmaster aegir/working-copy boolean true"]) concat($debconf_settings, ["${package_name}-hostmaster aegir/working-copy boolean true"])
} }
if $drush_version { if $drush_version {
concat($debconf_settings, ["aegir${version}-provision aegir/drush_version string ${drush_version}"]) concat($debconf_settings, ["${package_name}-provision aegir/drush_version string ${drush_version}"])
} }
file { '/etc/dpkg/aegir.response': file { '/etc/dpkg/aegir.response':
ensure => 'file', ensure => 'file',