From d616e1de6c8cd6dc33375009b3571e8270804ed4 Mon Sep 17 00:00:00 2001
From: Anita Kuno <anteaya@anteaya.info>
Date: Fri, 3 Oct 2014 16:12:07 -0400
Subject: [PATCH] Rename config => system-config in tools/

We are renaming openstack-infra/config to
openstack-infra/system-config. This patch addresses the one file
in the tools directory that needed editing.

Change-Id: Id078dc7031f833c6d1a58cddbcecf0666244c6a1
---
 tools/puppetmaster_bootstrap.sh | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

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 <<EOF
 node default {