git2jss
git2jss copied to clipboard
Easily sync your scripts and EA's from a git repo with the JSS
Before going down the path to fix ourselves, wondering if anyone has done the work to update what seems to just be aiojss.py to support the new tokenized API auth...
Have been looking to get this going for our org for a while now and finally got all the pieces in place only to be stumped by what appears to...
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...
Receive the error: ```File "/usr/local/lib/python3.6/xml/etree/ElementTree.py", line 1314, in XML parser.feed(text) xml.etree.ElementTree.ParseError: reference to invalid character number: line 35, column 20``` While trying to download and/or parse our scripts. It seems...
Now uses the Jamf Pro API to: - GET categories - GET/PUT/POST scripts Created `file_contents` to reduce code duplication. Abstracted `get_template` to be used by both scripts and extension attributes....
With the API changes to Jamf requiring a token, this pull request updates the code to the new format. Additionally, a config file can be used to store and retrieve...
Short version, I think add sync_path needs to be added to the front of the joins near lines 152, 207, 293, and 335. (the line numbers are from my fork...