Trigger puppet agent after puppetmaster bootstrap

This is to apply config from site.pp, that is not fed on
initial puppet apply bootstrap
This commit is contained in:
Ricardo Carrillo Cruz 2015-04-18 22:46:33 +02:00
parent 894b6e14ea
commit 8511a4bc57

View File

@ -15,3 +15,7 @@
tags: puppet_apply
- service: name=puppet enabled=yes state=started
# Trigger a puppet agent --test to apply config from repo
- command: puppet agent --test
ignore_errors: True