Skip to content

Instantly share code, notes, and snippets.

@gregneagle
Created May 26, 2014 19:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gregneagle/f2bb19998e715fbd45d6 to your computer and use it in GitHub Desktop.
Save gregneagle/f2bb19998e715fbd45d6 to your computer and use it in GitHub Desktop.
<key>Input</key>
<dict>
<key>NAME</key>
<string>Adium</string>
<key>MUNKI_REPO_SUBDIR</key>
<string>apps</string>
<key>pkginfo</key>
<dict>
<key>catalogs</key>
<array>
<string>testing</string>
</array>
becomes
<key>Input</key>
<dict>
<key>NAME</key>
<string>Adium</string>
<key>MUNKI_REPO_SUBDIR</key>
<string>apps</string>
<key>INITIAL_MUNKI_CATALOG</key>
<string>testing</string>
<key>pkginfo</key>
<dict>
<key>catalogs</key>
<array>
<string>%INITIAL_MUNKI_CATALOG%</string>
</array>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment