-
Notifications
You must be signed in to change notification settings - Fork 2
Example Configurations
Jacob Burley edited this page Jul 9, 2025
·
2 revisions
Note
This is the default configuration for munki-mscp-generator if no configuration file is specified.
This configuration:
- Uses the title of the rule as the Munki display name
- Uses the discussion section of a rule as the description
- Sets the Munki item category to "Compliance"
---
fields_from_rule:
display_name: "title"
description: "discussion"
static_fields:
category: "Compliance"
metadata:
created_by: "munki-mscp-generator"
creation_date: "today"
This configuration is the same as the basic configuration above, but will also trigger generation of Munki items that serve as flags to scope configuration profiles with in your MDM.
These flags will be written to each client machine at the path specified by config_profile_list_file (in this case, /Library/DatBoiCorp/macos-compliance.plist).
---
fields_from_rule:
display_name: "title"
description: "discussion"
static_fields:
category: "Compliance"
metadata:
created_by: "munki-mscp-generator"
creation_date: "today"
config_profile_list_file: "/Library/DatBoiCorp/macos-compliance.plist"You can find some information about how you might scope configuration profiles using these flags here.