Page MenuHomeSoftware Heritage

No OneTemporary

diff --git a/manifests/icinga2/objects/timeperiods.pp b/manifests/icinga2/objects/timeperiods.pp
index 7d57af4..c44e961 100644
--- a/manifests/icinga2/objects/timeperiods.pp
+++ b/manifests/icinga2/objects/timeperiods.pp
@@ -1,18 +1,18 @@
# Icinga2 timeperiod definitions
class profile::icinga2::objects::timeperiods {
$timeperiod_file = '/etc/icinga2/conf.d/timeperiods.conf'
::icinga2::object::timeperiod {'24x7':
import => ['legacy-timeperiod'],
ranges => {
monday => '00:00-24:00',
tuesday => '00:00-24:00',
wednesday => '00:00-24:00',
- thurdsay => '00:00-24:00',
+ thursday => '00:00-24:00',
friday => '00:00-24:00',
saturday => '00:00-24:00',
sunday => '00:00-24:00',
},
target => $timeperiod_file,
}
}

File Metadata

Mime Type
text/x-diff
Expires
Sat, Jun 21, 9:02 PM (4 w, 11 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3267312

Event Timeline