David Pirie

Results 5 issues of David Pirie

When building a package with python3 (tested with python 3.10.2 and munki-python 3.9.5) the string applied for the username is in the syntax "b'username'". Python 3: ``` % munki-python --version...

It appears support for the manifest key pfm_value_inverted has not been implemented, therefore manifests which make use of this to invert boolean values end up with reversed behaviour for example...

When running dockutil 3.0.2 on macOS 12.4 as a non-admin user with --add or --remove, an error of: ` is not in the sudoers file. This incident will be reported.`...

This PR replicates the `skip_script_key_substitution` option of `JamfScriptUploader` into `JamfExtensionAttributeUploader`. It should resolve issue #127.

`JamfScriptUploader` has an option to disable string substitution within the provided script file, but currently there is no equivalent for `JamfExtensionAttributeUploader`. An equivalent feature could be useful in some situations,...