From 10758a0f4295810bd598365dd2bc8a59bf4222e0 Mon Sep 17 00:00:00 2001 From: Pascal Terjan Date: Sun, 16 Nov 2014 23:31:47 +0000 Subject: Check 3 and 4 instead of 1 and 2 which are no longer supported --- manifests/nodes/rabbit.pp | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'manifests/nodes/rabbit.pp') 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 } -- cgit v1.2.1