invocare-puppet

Puppet Invocations


License
Apache-2.0
Install
pip install invocare-puppet==0.3.0

Documentation

invocare.puppet

Python invoke tasks for Puppet-related console activities.

puppet_agent

Runs the Puppet agent on the given host. In the example below, we're running the Puppet agent via SSH on host www.foo.com, with the jbronn user:

$ invoke puppet_agent www.foo.com --user jbronn

Default options for this task may be set within the puppet_agent configuration context.