aboutsummaryrefslogtreecommitdiffstats
path: root/manifests/nodes
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/nodes')
-rw-r--r--manifests/nodes/rabbit.pp10
1 files changed, 10 insertions, 0 deletions
diff --git a/manifests/nodes/rabbit.pp b/manifests/nodes/rabbit.pp
index e0d607e9..6ecc7381 100644
--- a/manifests/nodes/rabbit.pp
+++ b/manifests/nodes/rabbit.pp
@@ -32,6 +32,16 @@ node rabbit {
minute => 30
}
+ youri-check::config {'config_2':
+ version => '2',
+ }
+
+ youri-check::check {'check_2':
+ version => '2',
+ hour => '*/2',
+ minute => 30
+ }
+
# for testing iso quickly
include libvirtd::kvm
libvirtd::group_access { 'mga-iso_makers': }