Fixed puppetmaster bootstrap on Ubuntu

Don't create puppet.conf in first puppet run, breaks installing
puppetmaster during second run.
This commit is contained in:
Ossi Salmi 2012-04-25 13:24:16 +03:00
parent b40dd17d83
commit 6f237f2b04

View file

@ -74,5 +74,5 @@ EOF
fi
puppet cert --keylength 4096 --list
puppet apply --no-report --tags bootstrap /etc/puppet/manifests/site.pp
puppet apply --no-report --tags apt,yum,ruby /etc/puppet/manifests/site.pp
puppet apply --no-report /etc/puppet/manifests/site.pp