aboutsummaryrefslogtreecommitdiffstats
path: root/manifests/nodes
diff options
context:
space:
mode:
authorPascal Terjan <pterjan@mageia.org>2012-02-21 18:36:21 +0000
committerPascal Terjan <pterjan@mageia.org>2012-02-21 18:36:21 +0000
commit4f6980888f9f2f7673098e3bb0ebd234c65b180e (patch)
tree9ae905f19c52b7088f13f26e6611f8cf1d2d7973 /manifests/nodes
parent97e4ac232d166c2d38a34d15c35f30c2b0332723 (diff)
downloadpuppet-4f6980888f9f2f7673098e3bb0ebd234c65b180e.tar
puppet-4f6980888f9f2f7673098e3bb0ebd234c65b180e.tar.gz
puppet-4f6980888f9f2f7673098e3bb0ebd234c65b180e.tar.bz2
puppet-4f6980888f9f2f7673098e3bb0ebd234c65b180e.tar.xz
puppet-4f6980888f9f2f7673098e3bb0ebd234c65b180e.zip
Oops somehow I had not committed this part
Diffstat (limited to 'manifests/nodes')
-rw-r--r--manifests/nodes/alamut.pp20
-rw-r--r--manifests/nodes/rabbit.pp18
2 files changed, 36 insertions, 2 deletions
diff --git a/manifests/nodes/alamut.pp b/manifests/nodes/alamut.pp
index c8c22421..cb650aef 100644
--- a/manifests/nodes/alamut.pp
+++ b/manifests/nodes/alamut.pp
@@ -68,7 +68,25 @@ node alamut {
location => "/var/lib/xymon/www",
}
- include youri-check::report
+ youri-check::report_www {"check": }
+
+ youri-check::config {"config_cauldron":
+ version => "cauldron",
+ }
+ youri-check::report {"report_cauldron":
+ version => "cauldron",
+ hour => "*",
+ minute => 24
+ }
+
+ youri-check::config {"config_1":
+ version => "1",
+ }
+ youri-check::report {"report_1":
+ version => "1",
+ hour => "*",
+ minute => 54
+ }
include wikis
include websites::pkgcpan
diff --git a/manifests/nodes/rabbit.pp b/manifests/nodes/rabbit.pp
index ff761245..4f91a6ed 100644
--- a/manifests/nodes/rabbit.pp
+++ b/manifests/nodes/rabbit.pp
@@ -14,7 +14,23 @@ node rabbit {
include mirror::mageia
include mirror::newrelease
include releasekey::base
- include youri-check::check
+
+ youri-check::config {"config_cauldron":
+ version => "cauldron",
+ }
+ youri-check::check {"check_cauldron":
+ version => "cauldron",
+ hour => "*",
+ minute => 4
+ }
+ youri-check::config {"config_1":
+ version => "1",
+ }
+ youri-check::check {"check_1":
+ version => "1",
+ hour => "*/2",
+ minute => 30
+ }
# for testing iso quickly
include libvirtd::kvm