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:
		
							parent
							
								
									1f228af34a
								
							
						
					
					
						commit
						55644f9e13
					
				|  | @ -47,7 +47,7 @@ class aegir::hostmaster ( | |||
|     concat($debconf_settings, ["${package_name}-hostmaster aegir/working-copy boolean true"]) | ||||
|   } | ||||
|   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': | ||||
|     ensure  => 'file', | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue