Created
September 12, 2012 14:41
-
-
Save glarizza/3707084 to your computer and use it in GitHub Desktop.
Macauthorization
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
| class osx_management::macauth_datetime { | |
| require osx_management::macauth_sysprefs | |
| macauthorization { 'system.preferences.datetime': | |
| ensure => 'present', | |
| allow_root => 'true', | |
| auth_class => 'user', | |
| auth_type => 'right', | |
| comment => 'Changed by Puppet', | |
| group => 'staff', | |
| shared => 'true', | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment