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:
Colleen Murphy 2014-07-24 09:50:41 -07:00
parent 974f9cfc3f
commit fbe1dbe611
1 changed files with 1 additions and 1 deletions

View File

@ -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"