Skip to content

Commit

Permalink
Adding python choices
Browse files Browse the repository at this point in the history
  • Loading branch information
nlfdss committed Feb 15, 2021
1 parent 32e3daf commit 14cc0a5
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
16 changes: 16 additions & 0 deletions munki/admin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,21 @@
<key>choiceIdentifier</key>
<string>app_usage</string>
</dict>
<dict>
<key>attributeSetting</key>
<integer>1</integer>
<key>choiceAttribute</key>
<string>selected</string>
<key>choiceIdentifier</key>
<string>python</string>
</dict>
<dict>
<key>attributeSetting</key>
<integer>0</integer>
<key>choiceAttribute</key>
<string>selected</string>
<key>choiceIdentifier</key>
<string>no_python</string>
</dict>
</array>
</plist>
16 changes: 16 additions & 0 deletions munki/noapp.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,21 @@
<key>choiceIdentifier</key>
<string>app_usage</string>
</dict>
<dict>
<key>attributeSetting</key>
<integer>1</integer>
<key>choiceAttribute</key>
<string>selected</string>
<key>choiceIdentifier</key>
<string>python</string>
</dict>
<dict>
<key>attributeSetting</key>
<integer>0</integer>
<key>choiceAttribute</key>
<string>selected</string>
<key>choiceIdentifier</key>
<string>no_python</string>
</dict>
</array>
</plist>

0 comments on commit 14cc0a5

Please sign in to comment.