-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Description
The following manifest:
class bootstrap::munki($domain = '/Library/Preferences/ManagedInstalls.plist') {
include macdefaults
mac-defaults {'InstallAppleSoftwareUpdates':
domain => $domain,
key => 'InstallAppleSoftwareUpdates',
value => 'true',
type => 'bool',
}
mac-defaults {'SoftwareUpdateServerURL':
action => 'delete',
domain => $domain,
key => 'SoftwareUpdateServerURL',
value => 'http://fs2.whitbyschool.net:8088/index.sucatalog',
type => 'string',
}
}
when I run, I get "Error: Invalid parameter action"
Metadata
Metadata
Assignees
Labels
No labels