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:
Ricardo Carrillo Cruz 2015-04-14 09:32:42 +02:00
parent 900226184f
commit 6ec7d2c6d4

View File

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