Do initial git commit with stock puppet files

So that later config changes are tracked separately.

Change-Id: Ic3a6485254b96cdc5624aa349e027f99f2e8d6c1
This commit is contained in:
Doug Wiegley 2015-12-22 13:57:33 -07:00
parent 37db3bbbcc
commit beca1bbbe7
1 changed files with 3 additions and 0 deletions

View File

@ -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