mirror of https://github.com/ansible/ansible.git
system/puppet: allow to run puppet -e
-e or --execute [1] allows to execute a specific piece of Puppet code such a class. For example, in puppet you would run: puppet apply -e 'include ::mymodule' Will be in ansible: puppet: execute='include ::mymodule' [1] http://docs.puppetlabs.com/puppet/latest/reference/man/apply.html#OPTIONSreviewable/pr18780/r1
parent
aeb82091a6
commit
c289aa4cb9
Loading…
Reference in New Issue