Merge "Instruct puppet to configure settings before applying"

This commit is contained in:
Jenkins 2016-02-25 21:21:07 +00:00 committed by Gerrit Code Review
commit c837752f3f

View File

@ -7,7 +7,9 @@
gather_facts: true
roles:
- role: puppet
config: true
- hosts: "compute*.ic.openstack.org:!disabled"
gather_facts: true
roles:
- role: puppet
config: true