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:
parent
894b6e14ea
commit
8511a4bc57
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user