-
Notifications
You must be signed in to change notification settings - Fork 114
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #656 from camguise/master
Added recipes for Jamf Setup Manager
- Loading branch information
Showing
5 changed files
with
160 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,59 @@ | ||
<?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>Comment</key> | ||
<string>Created with Recipe Robot v2.3.1 (https://github.com/homebysix/recipe-robot)</string> | ||
<key>Description</key> | ||
<string>Downloads the latest version of Setup Manager.</string> | ||
<key>Identifier</key> | ||
<string>com.github.homebysix.download.JamfSetupManager</string> | ||
<key>Input</key> | ||
<dict> | ||
<key>NAME</key> | ||
<string>JamfSetupManager</string> | ||
</dict> | ||
<key>MinimumVersion</key> | ||
<string>2.3</string> | ||
<key>Process</key> | ||
<array> | ||
<dict> | ||
<key>Arguments</key> | ||
<dict> | ||
<key>github_repo</key> | ||
<string>Jamf-Concepts/Setup-Manager</string> | ||
</dict> | ||
<key>Processor</key> | ||
<string>GitHubReleasesInfoProvider</string> | ||
</dict> | ||
<dict> | ||
<key>Arguments</key> | ||
<dict> | ||
<key>filename</key> | ||
<string>%NAME%-%version%.pkg</string> | ||
</dict> | ||
<key>Processor</key> | ||
<string>URLDownloader</string> | ||
</dict> | ||
<dict> | ||
<key>Processor</key> | ||
<string>EndOfCheckPhase</string> | ||
</dict> | ||
<dict> | ||
<key>Arguments</key> | ||
<dict> | ||
<key>expected_authority_names</key> | ||
<array> | ||
<string>Developer ID Installer: JAMF Software (483DWKW443)</string> | ||
<string>Developer ID Certification Authority</string> | ||
<string>Apple Root CA</string> | ||
</array> | ||
<key>input_path</key> | ||
<string>%pathname%</string> | ||
</dict> | ||
<key>Processor</key> | ||
<string>CodeSignatureVerifier</string> | ||
</dict> | ||
</array> | ||
</dict> | ||
</plist> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
<?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>Comment</key> | ||
<string>Created with Recipe Robot v2.3.1 (https://github.com/homebysix/recipe-robot)</string> | ||
<key>Description</key> | ||
<string>Installs the latest version of Setup Manager.</string> | ||
<key>Identifier</key> | ||
<string>com.github.homebysix.install.JamfSetupManager</string> | ||
<key>Input</key> | ||
<dict> | ||
<key>NAME</key> | ||
<string>Setup Manager</string> | ||
</dict> | ||
<key>MinimumVersion</key> | ||
<string>2.3</string> | ||
<key>ParentRecipe</key> | ||
<string>com.github.homebysix.download.JamfSetupManager</string> | ||
<key>Process</key> | ||
<array> | ||
<dict> | ||
<key>Arguments</key> | ||
<dict> | ||
<key>pkg_path</key> | ||
<string>%pathname%</string> | ||
</dict> | ||
<key>Processor</key> | ||
<string>Installer</string> | ||
</dict> | ||
</array> | ||
</dict> | ||
</plist> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
<?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>Comment</key> | ||
<string>Created with Recipe Robot v2.3.1 (https://github.com/homebysix/recipe-robot)</string> | ||
<key>Description</key> | ||
<string>Downloads the latest version of Setup Manager and creates a package.</string> | ||
<key>Identifier</key> | ||
<string>com.github.homebysix.jamf-upload.JamfSetupManager</string> | ||
<key>Input</key> | ||
<dict> | ||
<key>NAME</key> | ||
<string>JamfSetupManager</string> | ||
</dict> | ||
<key>MinimumVersion</key> | ||
<string>2.3</string> | ||
<key>ParentRecipe</key> | ||
<string>com.github.homebysix.pkg.JamfSetupManager</string> | ||
<key>Process</key> | ||
<array> | ||
<dict> | ||
<key>Arguments</key> | ||
<dict> | ||
<key>pkg_name</key> | ||
<string>%NAME%-%version%.pkg</string> | ||
</dict> | ||
<key>Processor</key> | ||
<string>com.github.grahampugh.jamf-upload.processors/JamfPackageUploader</string> | ||
</dict> | ||
</array> | ||
</dict> | ||
</plist> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
<?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>Comment</key> | ||
<string>Created with Recipe Robot v2.3.1 (https://github.com/homebysix/recipe-robot)</string> | ||
<key>Description</key> | ||
<string>Downloads the latest version of Setup Manager and creates a package.</string> | ||
<key>Identifier</key> | ||
<string>com.github.homebysix.pkg.JamfSetupManager</string> | ||
<key>Input</key> | ||
<dict> | ||
<key>NAME</key> | ||
<string>JamfSetupManager</string> | ||
</dict> | ||
<key>MinimumVersion</key> | ||
<string>2.3</string> | ||
<key>ParentRecipe</key> | ||
<string>com.github.homebysix.download.JamfSetupManager</string> | ||
<key>Process</key> | ||
<array> | ||
<dict> | ||
<key>Arguments</key> | ||
<dict> | ||
<key>pkg_path</key> | ||
<string>%RECIPE_CACHE_DIR%/%NAME%-%version%.pkg</string> | ||
<key>source_pkg</key> | ||
<string>%pathname%</string> | ||
</dict> | ||
<key>Processor</key> | ||
<string>PkgCopier</string> | ||
</dict> | ||
</array> | ||
</dict> | ||
</plist> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.