Skip to content

simp/mcollective-puppet_bundle-agent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Puppet Bundle Agent

The Puppet Bundle Agent provides the ability to both deploy and apply Puppet Bundle artifacts.

Please report any errors or make feature requests in the MCollective Puppet Bundle Project

Installation

Follow the basic plugin install guide, taking all the code from lib and adding it to your MCollective $libdir

Configuring the agent

The agent should work without any additional configuration.

Application usage

The mco puppet_bundle application has several subcommands to interact with an OpenSCAP installation.

mco puppet_bundle deploy

Pushes a puppet bundle out to a number of clients

$ mco puppet_bundle deploy my_bundle

 * [ ============================================================> ] 1 / 1

mco puppet_bundle apply <bundle_name>

Applies a previously pushed bundle

$ mco puppet_bundle apply my_bundle

 * [ ============================================================> ] 1 / 1

mco puppet_bundle deploy <bundle_name> --apply

Pushes and applies a bundle

$ mco puppet_bundle deploy my_bundle --apply

 * [ ============================================================> ] 1 / 1

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages