Skip to content

Instantly share code, notes, and snippets.

@zined
Created January 7, 2013 15:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zined/4475690 to your computer and use it in GitHub Desktop.
Save zined/4475690 to your computer and use it in GitHub Desktop.
body common control
{
bundlesequence => {
"foo",
};
inputs => {
"libraries/cfengine_stdlib.cf",
};
}
bundle agent foo
{
packages:
debian::
"git"
package_policy => "add",
package_method => apt;
fedora|centos::
"git"
package_policy => "add",
package_method => yum;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment