From 2ab45223e3136086e8e9d2d086168277ff5ab56e Mon Sep 17 00:00:00 2001 From: Michael Krotscheck Date: Fri, 15 Aug 2014 09:42:05 -0700 Subject: [PATCH] Use puppet-storyboard@master This change makes sure that the version of puppet-storyboard in use is always the most recent one. It also removes example42::puppi, as as of https://review.openstack.org/#/c/114383/ it is no longer a requirement. Depends on https://review.openstack.org/#/c/114383/ Change-Id: I7024476a8eea9c1bb61f082782fc1149eda37a6e --- install_modules.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/install_modules.sh b/install_modules.sh index e902cb3a36..213663e258 100755 --- a/install_modules.sh +++ b/install_modules.sh @@ -54,11 +54,10 @@ MODULES["puppetlabs-inifile"]="1.0.0" MODULES["puppetlabs-firewall"]="0.0.4" MODULES["puppetlabs-puppetdb"]="3.0.1" MODULES["stankevich-python"]="1.6.6" -MODULES["example42-puppi"]="2.1.9" MODULES["puppetlabs-rabbitmq"]="4.0.0" SOURCE_MODULES["https://github.com/nibalizer/puppet-module-puppetboard"]="2.4.0" -SOURCE_MODULES["https://git.openstack.org/openstack-infra/puppet-storyboard"]="fb38fa63b3e7d9969d9130a46add4c24580cfc47" +SOURCE_MODULES["https://git.openstack.org/openstack-infra/puppet-storyboard"]="master" MODULE_LIST=`puppet module list`