Created
August 31, 2017 07:20
-
-
Save smford22/e11cfd939442ab17590f1a00d0809eb8 to your computer and use it in GitHub Desktop.
osx audit role
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
| 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