Updating node defn for puppet 3 master

This updates puppet version to 3.6

Change-Id: I37879153c68011c752919675a2d3416383aaf8e5
This commit is contained in:
Spencer Krum 2014-09-02 15:42:18 -07:00
parent b01f4960fe
commit 9dcbfe6fbb
2 changed files with 2 additions and 1 deletions

View File

@ -185,7 +185,7 @@ node 'puppetmaster.openstack.org' {
root_rsa_key => hiera('puppetmaster_root_rsa_key', 'XXX'),
update_slave => false,
sysadmins => hiera('sysadmins', []),
version => '3.4.',
version => '3.6.',
ca_server => 'ci-puppetmaster.openstack.org',
}
}

View File

@ -2,6 +2,7 @@
set -x
# Script to build a puppet 3 master to infra/config standards
apt-get update
apt-get install git
git clone https://git.openstack.org/openstack-infra/config