diff --git a/tools/puppetmaster_bootstrap.sh b/tools/puppetmaster_bootstrap.sh index f9d9d36907..7c96f2b871 100755 --- a/tools/puppetmaster_bootstrap.sh +++ b/tools/puppetmaster_bootstrap.sh @@ -1,13 +1,13 @@ #!/bin/bash set -x -# Script to build a puppet 3 master to infra/config standards +# Script to build a puppet 3 master to infra/system-config standards apt-get update apt-get install git -git clone https://git.openstack.org/openstack-infra/config +git clone https://git.openstack.org/openstack-infra/system-config -cd config +cd system-config cat > manifests/local.pp <