Last active
February 23, 2017 00:44
-
-
Save acobaugh/8f0e8ec067886e9bf8d2796f848ddd00 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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