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.pp16
1 files changed, 8 insertions, 8 deletions
diff --git a/manifests/nodes/rabbit.pp b/manifests/nodes/rabbit.pp
index 831eaaf1..8b55a9cb 100644
--- a/manifests/nodes/rabbit.pp
+++ b/manifests/nodes/rabbit.pp
@@ -25,21 +25,21 @@ node rabbit {
minute => 4
}
- youri-check::config {'config_1':
- version => '1',
+ youri-check::config {'config_3':
+ version => '3',
}
- youri-check::check {'check_1':
- version => '1',
+ youri-check::check {'check_3':
+ version => '3',
hour => '*/2',
minute => 30
}
- youri-check::config {'config_2':
- version => '2',
+ youri-check::config {'config_4':
+ version => '4',
}
- youri-check::check {'check_2':
- version => '2',
+ youri-check::check {'check_4':
+ version => '4',
hour => '*/2',
minute => 45
}