diff --git a/roles/bootstrap_puppetmaster/tasks/configure_puppetmaster.yml b/roles/bootstrap_puppetmaster/tasks/configure_puppetmaster.yml index 30edb94..04d22af 100644 --- a/roles/bootstrap_puppetmaster/tasks/configure_puppetmaster.yml +++ b/roles/bootstrap_puppetmaster/tasks/configure_puppetmaster.yml @@ -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