Skip to content

Instantly share code, notes, and snippets.

@smford22
Last active September 27, 2017 17:15
Show Gist options
  • Save smford22/dd2841e0805aaa4a4a7304b540871539 to your computer and use it in GitHub Desktop.
Save smford22/dd2841e0805aaa4a4a7304b540871539 to your computer and use it in GitHub Desktop.
Base Linux Role
name 'base_linux'
description 'A base role to be applied to all linux nodes'
run_list 'recipe[chef-client::default]','recipe[chef-client::delete_validation]','recipe[audit::default]'
default_attributes({
'audit' => {
'reporter' => 'chef-server-automate',
'fetcher' => 'chef-server',
'profiles' => [
{
'name' => 'linux-patch-baseline',
'url' => 'https://github.com/dev-sec/linux-patch-baseline'
},
{
'name' => 'linux-baseline',
'url' => 'https://github.com/dev-sec/linux-baseline'
}
]
}
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment