Skip to content

Commit

Permalink
Added Flux recipe.
Browse files Browse the repository at this point in the history
  • Loading branch information
homebysix committed Aug 22, 2015
1 parent af15189 commit 0b927ca
Show file tree
Hide file tree
Showing 3 changed files with 67 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Clarify/Clarify.jss.recipe
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<key>NAME</key>
<string>Clarify</string>
<key>CATEGORY</key>
<string>Science and Math</string>
<string>Productivity</string>
<key>POLICY_CATEGORY</key>
<string>Testing</string>
<key>POLICY_TEMPLATE</key>
Expand Down
66 changes: 66 additions & 0 deletions Flux/Flux.jss.recipe
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
<?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>Description</key>
<string>Downloads the latest version of Flux and makes a pkg of it then uploads it to the JSS.</string>
<key>Identifier</key>
<string>com.github.jss-recipes.jss.Flux</string>
<key>Input</key>
<dict>
<key>NAME</key>
<string>Flux</string>
<key>CATEGORY</key>
<string>Utility</string>
<key>POLICY_CATEGORY</key>
<string>Testing</string>
<key>POLICY_TEMPLATE</key>
<string>PolicyTemplate.xml</string>
<key>SELF_SERVICE_ICON</key>
<string>Flux.png</string>
<key>GROUP_NAME</key>
<string>%NAME%-update-smart</string>
<key>GROUP_TEMPLATE</key>
<string>SmartGroupTemplate.xml</string>
<key>SELF_SERVICE_DESCRIPTION</key>
<string>Adjusts the color of your display based on the time of day.</string>
</dict>
<key>MinimumVersion</key>
<string>0.4.0</string>
<key>ParentRecipe</key>
<string>com.github.homebysix.pkg.Flux</string>
<key>Process</key>
<array>
<dict>
<key>Processor</key>
<string>JSSImporter</string>
<key>Arguments</key>
<dict>
<key>prod_name</key>
<string>%NAME%</string>
<key>category</key>
<string>%CATEGORY%</string>
<key>policy_category</key>
<string>%POLICY_CATEGORY%</string>
<key>policy_template</key>
<string>%POLICY_TEMPLATE%</string>
<key>self_service_icon</key>
<string>%SELF_SERVICE_ICON%</string>
<key>self_service_description</key>
<string>%SELF_SERVICE_DESCRIPTION%</string>
<key>groups</key>
<array>
<dict>
<key>name</key>
<string>%GROUP_NAME%</string>
<key>smart</key>
<true/>
<key>template_path</key>
<string>%GROUP_TEMPLATE%</string>
</dict>
</array>
</dict>
</dict>
</array>
</dict>
</plist>
Binary file added Flux/Flux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 0b927ca

Please sign in to comment.