Skip to content

Instantly share code, notes, and snippets.

@smford22
Created August 31, 2017 07:20
Show Gist options
  • Select an option

  • Save smford22/e11cfd939442ab17590f1a00d0809eb8 to your computer and use it in GitHub Desktop.

Select an option

Save smford22/e11cfd939442ab17590f1a00d0809eb8 to your computer and use it in GitHub Desktop.
osx audit role
name 'osx_audit'
description 'A base role to be applied to all mac endpoints'
run_list 'recipe[audit::default]'
default_attributes({
'audit' => {
'reporter' => "chef-automate",
'fetcher' => 'chef-automate',
'profiles' => [
{
'name' => 'osx_baseline',
'compliance' => 'firstname.lastname/osx_baseline'
}
]
}
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment