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