We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 225c35b + 1a94012 commit ffc320cCopy full SHA for ffc320c
1 file changed
manifests/init.pp
@@ -100,11 +100,11 @@
100
# class { 'os_patching':
101
# patch_window => 'Week3',
102
# 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
-# }
+# blackout_windows => {
+# 'End of year change freeze' => {
+# 'start' => '2018-12-15T00:00:00+10:00',
+# 'end' => '2019-01-15T23:59:59+10:00',
+# },
108
# },
109
# }
110
#
0 commit comments