Set puppet service enabled on boot and remove puppet agent --test
I noticed that running puppet agent --test on puppetmaster during bootstrap failures pop up about getting puppet related locks, probably a race condition. Better run puppet agent on puppetmaster at the end of plays.
This commit is contained in:
parent
900226184f
commit
6ec7d2c6d4
@ -14,6 +14,4 @@
|
||||
puppetdb => false }'
|
||||
tags: puppet_apply
|
||||
|
||||
- service: name=puppet state=started
|
||||
|
||||
- command: puppet agent --test
|
||||
- service: name=puppet enabled=yes state=started
|
||||
|
Loading…
x
Reference in New Issue
Block a user