aboutsummaryrefslogtreecommitdiffstats
path: root/manifests/nodes/rabbit.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/nodes/rabbit.pp')
-rw-r--r--manifests/nodes/rabbit.pp18
1 files changed, 9 insertions, 9 deletions
diff --git a/manifests/nodes/rabbit.pp b/manifests/nodes/rabbit.pp
index 8b55a9cb..c629d52b 100644
--- a/manifests/nodes/rabbit.pp
+++ b/manifests/nodes/rabbit.pp
@@ -25,15 +25,6 @@ node rabbit {
minute => 4
}
- youri-check::config {'config_3':
- version => '3',
- }
- youri-check::check {'check_3':
- version => '3',
- hour => '*/2',
- minute => 30
- }
-
youri-check::config {'config_4':
version => '4',
}
@@ -44,6 +35,15 @@ node rabbit {
minute => 45
}
+ youri-check::config {'config_5':
+ version => '5',
+ }
+ youri-check::check {'check_5':
+ version => '5',
+ hour => '*/2',
+ minute => 30
+ }
+
# for testing iso quickly
include libvirtd::kvm
libvirtd::group_access { 'mga-iso_makers': }