badstreff / git2jss

Easily sync your scripts and EA's from a git repo with the JSS
MIT License
89 stars 56 forks source link

Sync static EAs as well as scripts #34

Closed mikedowler closed 1 year ago

mikedowler commented 4 years ago

If we lock down permissions on the Jamf Pro server to prevent editing of EAs (because we want all edits to be covered by version control), then we lose the ability to edit static (non-script) EAs. This PR includes such EAs under version control. They are fairly simple XML, so can be edited in code pretty easily.