Skip to content

Instantly share code, notes, and snippets.

@JDHatman
Created April 27, 2015 20:56
Show Gist options
  • Save JDHatman/d90095854831359c9f1a to your computer and use it in GitHub Desktop.
Save JDHatman/d90095854831359c9f1a to your computer and use it in GitHub Desktop.
testing.plist
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>password</key>
<string>40e78b0d11c553be61645796fdb9438271a23ed8b4aadb253a9222c6e4c861e2dbc75139000b0709fc0c5ad66b0f2573e38a72a8f629e270e59530fc3159d8e4</string>
<key>workflows</key>
<array>
<dict>
<key>name</key>
<string>BG_FullImage_Yosemite</string>
<key>description</key>
<string>Installs the required pkgs to image a Mac with default FOTL software.</string>
<key>components</key>
<array>
<dict>
<key>type</key>
<string>image</string>
<key>url</key>
<string>http://munkiserver1.orchard.fruit.com/artwork_repo/testing/thin_yosemite_10.10.3.hfs.dmg</string>
<key>pre_first_boot</key>
<true/>
</dict>
<dict>
<key>type</key>
<string>package</string>
<key>url</key>
<string>http://munkiserver1.orchard.fruit.com/artwork_repo/testing/munkitools_admin-2.0.1.2253.pkg</string>
<key>pre_first_boot</key>
<true/>
</dict>
<dict>
<key>type</key>
<string>package</string>
<key>url</key>
<string>http://munkiserver1.orchard.fruit.com/artwork_repo/testing/munkitools_core-2.0.1.2253.pkg</string>
<key>pre_first_boot</key>
<true/>
</dict>
<dict>
<key>type</key>
<string>package</string>
<key>url</key>
<string>http://munkiserver1.orchard.fruit.com/artwork_repo/testing/munkitools_app-4.0.2245-2.pkg</string>
<key>pre_first_boot</key>
<true/>
</dict>
<dict>
<key>type</key>
<string>package</string>
<key>url</key>
<string>http://munkiserver1.orchard.fruit.com/artwork_repo/testing/munkitools_launchd-2.0.0.1969-2.pkg</string>
<key>pre_first_boot</key>
<true/>
</dict>
<dict>
<key>type</key>
<string>package</string>
<key>url</key>
<string>http://munkiserver1.orchard.fruit.com/artwork_repo/testing/apple_setup_done.pkg</string>
<key>pre_first_boot</key>
<true/>
</dict>
<dict>
<key>type</key>
<string>package</string>
<key>url</key>
<string>http://munkiserver1.orchard.fruit.com/artwork_repo/testing/munki_image_ys.pkg</string>
</dict>
<dict>
<key>type</key>
<string>package</string>
<key>url</key>
<string>http://munkiserver1.orchard.fruit.com/artwork_repo/testing/Munki_Kickstart.pkg</string>
</dict>
</array>
</dict>
<dict>
<key>name</key>
<string>Munki Bootstrap</string>
<key>description</key>
<string>Installs the required pkgs to begin a Munki bootstrap on restart.</string>
<key>components</key>
<array>
<dict>
<key>type</key>
<string>package</string>
<key>url</key>
<string>http://munkiserver1.orchard.fruit.com/artwork_repo/testing/Munki_Kickstart.pkg</string>
</dict>
</array>
</dict>
</array>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment