Skip to content

Instantly share code, notes, and snippets.

@acobaugh
Last active February 23, 2017 00:44
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 acobaugh/8f0e8ec067886e9bf8d2796f848ddd00 to your computer and use it in GitHub Desktop.
Save acobaugh/8f0e8ec067886e9bf8d2796f848ddd00 to your computer and use it in GitHub Desktop.
vars:
any::
"el6_64_install_packages" slist => {
"cosign-psu-cgi",
"cosign-psu-factor-duo",
"jansson",
"perl-RPC-XML",
"perl-Crypt-SSLeay"
};
packages:
el6::
"@(el6_64_install_packages)"
comment => "Install packages",
policy => "present",
package_module => yum,
action => fix_and_log_hourly;
cf-agent[51943]: CFEngine(agent) Error installing package '@(el6_64_install_packages)'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment