Skip to content

Instantly share code, notes, and snippets.

@mrrcollins
Created November 20, 2012 21:48
Show Gist options
  • Save mrrcollins/4121429 to your computer and use it in GitHub Desktop.
Save mrrcollins/4121429 to your computer and use it in GitHub Desktop.
10.5.8 - This is what it changed to.
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>EnvironmentVariables</key>
<dict>
<key>PATH</key>
<string>/sbin:/usr/sbin:/bin:/usr/bin</string>
<key>RUBYLIB</key>
<string>/usr/lib/ruby/site_ruby/1.8/</string>
</dict>
<key>Label</key>
<string>org.kentoncityschools.puppetconfig</string>
<key>OnDemand</key>
<true/>
<key>ProgramArguments</key>
<array>
<string>/usr/bin/puppetd.rb</string>
</array>
<key>RunAtLoad</key>
<false/>
<key>StartInterval</key>
<integer>1800</integer>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment