remove apt-get cmds from install_modules.sh
Updates install_modules so that we no longer try to install puppet via apt-get here. This seems reasonable since we already installed puppet 2.7 (which has 'module' support) in the install_jenkins_slave.sh script. The motivation for this change is to support multiple linux distributions within openstack-infra and be able to run this script on Red Hat linux distributions as well. Change-Id: I1907624d1f934b832216261edf0acd87bfcc4bd2 Reviewed-on: https://review.openstack.org/18903 Reviewed-by: James E. Blair <corvus@inaugust.com> Reviewed-by: Monty Taylor <mordred@inaugust.com> Reviewed-by: Clark Boylan <clark.boylan@gmail.com> Reviewed-by: Paul Belanger <paul.belanger@polybeacon.com> Approved: James E. Blair <corvus@inaugust.com> Tested-by: Jenkins
This commit is contained in:
parent
95b8a78cd3
commit
f749f58af1
@ -22,11 +22,6 @@ function clone_git() {
|
||||
cd $OLDDIR
|
||||
}
|
||||
|
||||
if ! puppet help module >/dev/null 2>&1
|
||||
then
|
||||
apt-get install -y -o Dpkg::Options::="--force-confold" puppet facter
|
||||
fi
|
||||
|
||||
# Array of modules to be installed key:value is module:version.
|
||||
declare -A MODULES
|
||||
MODULES["kickstandproject-ntp"]="0.0.3"
|
||||
|
Loading…
Reference in New Issue
Block a user