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
This commit is contained in:
parent
fdc120f080
commit
d616e1de6c
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user