Skip to content

Commit

Permalink
Add multiple additional keys and values.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaharmi committed Oct 9, 2013
1 parent 78e9722 commit d18412e
Show file tree
Hide file tree
Showing 17 changed files with 38 additions and 1 deletion.
1 change: 1 addition & 0 deletions Munki Property List Glossary.plist/Elements/development
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
development
2 changes: 2 additions & 0 deletions Munki Property List Glossary.plist/Elements/display_name
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#indent#<key>display_name</key>
<string>#insertion#</string>
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#indent#<key>installable_condition</key>
<string>#insertion#</string>
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#indent#<key>installer_item_location</key>
<string>#insertion#</string>
2 changes: 1 addition & 1 deletion Munki Property List Glossary.plist/Elements/installer_type
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#indent#<key>group</key>
#indent#<key>installer_type</key>
<string>#insertion#</string>
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#indent#<key>minimum_os_version</key>
<string>#SELSTART#10.8.20#SELEND#</string>
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#indent#<key>minimum_munki_version</key>
<string>#SELSTART##SYSTEM /usr/local/munki/makepkginfo --version##SELEND#</string>
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#indent#<key>minimum_os_version</key>
<string>#SELSTART#10.8.0#SELEND#</string>
2 changes: 2 additions & 0 deletions Munki Property List Glossary.plist/Elements/name
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#indent#<key>name</key>
<string>#insertion#</string>
2 changes: 2 additions & 0 deletions Munki Property List Glossary.plist/Elements/notes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#indent#<key>notes</key>
<string>#insertion#</string>
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#indent#<key>postuninstall_script</key>
<string>#SELSTART##!/usr/bin/python
#SELEND#
</string>
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#indent#<key>preuninstall_script</key>
<string>#SELSTART##!/usr/bin/python
#SELEND#
</string>
1 change: 1 addition & 0 deletions Munki Property List Glossary.plist/Elements/production
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
production
1 change: 1 addition & 0 deletions Munki Property List Glossary.plist/Elements/testing
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
testing
4 changes: 4 additions & 0 deletions Munki Property List Glossary.plist/Elements/uninstall_script
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#indent#<key>uninstall_script</key>
<string>#SELSTART##!/usr/bin/python
#SELEND#
</string>
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#indent#<key>uninstallcheck_script</key>
<string>#SELSTART##!/usr/bin/python
#SELEND#
</string>
2 changes: 2 additions & 0 deletions Munki Property List Glossary.plist/Elements/version
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#indent#<key>version</key>
<string>#insertion#</string>

0 comments on commit d18412e

Please sign in to comment.