Merge "Updating node defn for puppet 3 master"

This commit is contained in:
Jenkins 2014-09-10 17:25:23 +00:00 committed by Gerrit Code Review
commit f637e3bee3
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