File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,6 @@ munki::munkitools_core_source: ''
45
45
munki::munkitools_core_version : ' '
46
46
munki::munkitools_receipt : ' '
47
47
munki::munkitools_source : ' '
48
- munki::munkitools_source : ' '
49
48
munki::munkitools_launchd_checksum : ' '
50
49
munki::munkitools_launchd_receipt : ' '
51
50
munki::munkitools_launchd_source : ' '
@@ -57,4 +56,5 @@ munki::munkitools_python_version: ''
57
56
munki::http_user : ' '
58
57
munki::http_password : ' '
59
58
munki::munki_python : true
60
- munki::manage_profile : true
59
+ munki::manage_profile : true
60
+ munki::aggressive_update_notification_days : 14
Original file line number Diff line number Diff line change 1
1
# Configure munki via dynamic profile
2
2
class munki::config {
3
+ $aggressive_update_notification_days = $munki::aggressive_update_notification_days
3
4
$apple_software_updates_only = $munki::apple_software_updates_only
4
5
$client_cert_path = $munki::client_cert_path
5
6
$client_identifier = $munki::client_identifier
28
29
29
30
$mcx_settings = {
30
31
' AdditionalHttpHeaders' => $additional_http_headers ,
32
+ ' AggressiveUpdateNotificationDays' => $aggressive_update_notification_days ,
31
33
' AppleSoftwareUpdatesOnly' => $apple_software_updates_only ,
32
34
' ClientIdentifier' => $client_identifier ,
33
35
' DaysBetweenNotifications' => $days_between_notifications ,
Original file line number Diff line number Diff line change 62
62
String $http_password,
63
63
Boolean $munki_python,
64
64
Boolean $manage_profile,
65
+ Integer $aggressive_update_notification_days,
65
66
)
66
67
{
67
68
class { '::munki::config' : }
You can’t perform that action at this time.
0 commit comments