Downgrade puppetlabs-apache to version 0.0.4.
puppetlabs-apache version 0.4.0 contains changes that breaks in our environment. The two known issues are: 1. The docroot parameter is ensured by 0.4.0 to be a directory so we cannot pass in "MEANINGLESS ARGUMENT" as the value for that parameter. 2. 0.4.0 uses the osfamily fact which was added facter version 1.6.1. Our oneiric hosts have facter 1.5.9 installed. To quickly get around these issues downgrade to the last version that is known to have been working. Change-Id: I707290621e545b8f0e96b43e99a9004605da25c2 Reviewed-on: https://review.openstack.org/12958 Reviewed-by: James E. Blair <corvus@inaugust.com> Approved: Monty Taylor <mordred@inaugust.com> Reviewed-by: Monty Taylor <mordred@inaugust.com> Tested-by: Jenkins
This commit is contained in:
parent
062003ac00
commit
7b9ea298cf
@ -31,7 +31,7 @@ fi
|
||||
declare -A MODULES
|
||||
MODULES["openstackci-dashboard"]="0.0.4"
|
||||
MODULES["openstackci-vcsrepo"]="0.0.6"
|
||||
MODULES["puppetlabs-apache"]="0.4.0"
|
||||
MODULES["puppetlabs-apache"]="0.0.4"
|
||||
MODULES["puppetlabs-apt"]="0.0.4"
|
||||
MODULES["puppetlabs-mysql"]="0.5.0"
|
||||
MODULES["saz-memcached"]="2.0.2"
|
||||
|
Loading…
Reference in New Issue
Block a user