Update version of puppetlabs-stdlib in install_modules.sh
Without this patch, install_modules.sh will attempt to install puppetlabs-stdlib 3.2.0 and fail because puppetlabs-concat installs puppetlabs-stdlib > 4. This is a problem because it causes inconsistency between the version listed in install_modules.sh and the actual installed version, and it causes errors during subsequent runs of the shell script. This patch resolves the problem by updating the version listed in install_modules.sh to the latest version. Closes-Bug: 1324645 Change-Id: I7822597785946330346c476753ff60ae1b345014
This commit is contained in:
parent
974f9cfc3f
commit
fbe1dbe611
@ -46,7 +46,7 @@ MODULES["puppetlabs-apt"]="1.1.0"
|
||||
MODULES["puppetlabs-haproxy"]="0.4.1"
|
||||
MODULES["puppetlabs-mysql"]="0.6.1"
|
||||
MODULES["puppetlabs-postgresql"]="3.4.1"
|
||||
MODULES["puppetlabs-stdlib"]="3.2.0"
|
||||
MODULES["puppetlabs-stdlib"]="4.3.2"
|
||||
MODULES["saz-memcached"]="2.0.2"
|
||||
MODULES["spiette-selinux"]="0.5.1"
|
||||
MODULES["rafaelfc-pear"]="1.0.3"
|
||||
|
Loading…
x
Reference in New Issue
Block a user