Do initial git commit with stock puppet files
So that later config changes are tracked separately. Change-Id: Ic3a6485254b96cdc5624aa349e027f99f2e8d6c1
This commit is contained in:
parent
37db3bbbcc
commit
beca1bbbe7
@ -103,6 +103,9 @@ git repo as root user:
|
||||
sudo su -
|
||||
cd /etc/puppet
|
||||
git init
|
||||
echo "modules/" >> .gitignore
|
||||
git add .
|
||||
git commit -m "initial files"
|
||||
exit
|
||||
|
||||
You will be configuring 3 puppet files. The first is `site.pp` which is the top
|
||||
|
Loading…
x
Reference in New Issue
Block a user