Skip to content

Commit ffc320c

Browse files
authored
Merge pull request #248 from rwaffen/fix_comment
fix: correct syntax for blackout_windows hash in init.pp
2 parents 225c35b + 1a94012 commit ffc320c

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

manifests/init.pp

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -100,11 +100,11 @@
100100
# class { 'os_patching':
101101
# patch_window => 'Week3',
102102
# reboot_override => 'always',
103-
# blackout_windows => { 'End of year change freeze':
104-
# {
105-
# 'start': '2018-12-15T00:00:00+10:00',
106-
# 'end': '2019-01-15T23:59:59+10:00',
107-
# }
103+
# blackout_windows => {
104+
# 'End of year change freeze' => {
105+
# 'start' => '2018-12-15T00:00:00+10:00',
106+
# 'end' => '2019-01-15T23:59:59+10:00',
107+
# },
108108
# },
109109
# }
110110
#

0 commit comments

Comments
 (0)