Skip to content

Instantly share code, notes, and snippets.

Created August 20, 2013 09:50
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 anonymous/acd7a5fc0b725553aa7b to your computer and use it in GitHub Desktop.
Save anonymous/acd7a5fc0b725553aa7b to your computer and use it in GitHub Desktop.
body file control
{
namespace => "ftiff";
}
bundle agent root
{
methods:
linux::
"sshd" usebundle => "ftiff:manage_sshd";
"backup" usebundle => "ftiff:backup";
"sysctl" usebundle => "ftiff:manage_sysctl";
"resolvconf" usebundle => "ftiff:manage_resolvconf";
darwin::
"pmset" usebundle => "ftiff:osx_pmsettings";
any::
"motd" usebundle => "ftiff:manage_motd";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment