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#OPTIONSpull/18777/head
parent
45a32137ad
commit
1c94395a96
Loading…
Reference in New Issue