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:
parent
b40dd17d83
commit
6f237f2b04
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue