Skip to content

Instantly share code, notes, and snippets.

@glarizza
Created September 12, 2012 14:41
Show Gist options
  • Save glarizza/3707084 to your computer and use it in GitHub Desktop.
Save glarizza/3707084 to your computer and use it in GitHub Desktop.
Macauthorization
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