Skip to content

Commit d2d5d1d

Browse files
committed
include config.plist template
1 parent df8b968 commit d2d5d1d

2 files changed

Lines changed: 9 additions & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ If you plan on using [AutoPkg](https://github.com/autopkg/autopkg), release 2.2
77
## Installation
88

99
1. Place `SimpleMDMRepo.py` in the `/usr/local/munki/munkilib/munkirepo/` folder.
10+
1. (Optionally) move `config.plist` to `/usr/local/simplemdm/munki-plugin/config.plist`.
1011

1112
## API Key
1213

config.plist

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>key</key>
6+
<string></string>
7+
</dict>
8+
</plist>

0 commit comments

Comments
 (0)