Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 430 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 430 Bytes

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.