Skip to content

Instantly share code, notes, and snippets.

@glarizza
Created November 19, 2012 00:42
Show Gist options
  • Save glarizza/4108367 to your computer and use it in GitHub Desktop.
Save glarizza/4108367 to your computer and use it in GitHub Desktop.
Auto Time Zone
property_list_key { 'Auto Timezone':
ensure => present,
path => '/Library/Preferences/com.apple.timezone.auto.plist',
key => 'Active',
value => true,
value_type => 'boolean',
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment