aboutsummaryrefslogtreecommitdiff
path: root/modules/profile/manifests/monitoring/times.pp
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2018-07-11 07:45:22 +0200
committerIsmaël Bouya <ismael.bouya@normalesup.org>2018-07-11 08:02:15 +0200
commit0363f38e186b8c942a6db2de4974befbc373f618 (patch)
tree4c3b08bface133b92748f33bfdb0c58065433a91 /modules/profile/manifests/monitoring/times.pp
parentbff7d1b743bc2239d7ce7ced37dd03e4e846c03d (diff)
downloadPuppet-0363f38e186b8c942a6db2de4974befbc373f618.tar.gz
Puppet-0363f38e186b8c942a6db2de4974befbc373f618.tar.zst
Puppet-0363f38e186b8c942a6db2de4974befbc373f618.zip
Refactor a bit monitoring profile
Diffstat (limited to 'modules/profile/manifests/monitoring/times.pp')
-rw-r--r--modules/profile/manifests/monitoring/times.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/profile/manifests/monitoring/times.pp b/modules/profile/manifests/monitoring/times.pp
index 25bf86b..42f5d9c 100644
--- a/modules/profile/manifests/monitoring/times.pp
+++ b/modules/profile/manifests/monitoring/times.pp
@@ -1,9 +1,9 @@
1class profile::monitoring::times { 1class profile::monitoring::times inherits profile::monitoring::params {
2 Nagios_timeperiod { 2 Nagios_timeperiod {
3 ensure => "present", 3 ensure => "present",
4 owner => "naemon", 4 owner => "naemon",
5 group => "naemon", 5 group => "naemon",
6 target => "/etc/naemon/objects.cfg", 6 target => $objects,
7 notify => Service["naemon"], 7 notify => Service["naemon"],
8 before => Service["naemon"], 8 before => Service["naemon"],
9 require => File["/etc/naemon"], 9 require => File["/etc/naemon"],