From 55537cd411c829e8383149e5de540f889d3480a4 Mon Sep 17 00:00:00 2001 From: Pascal Terjan Date: Sun, 16 Nov 2014 23:48:46 +0000 Subject: Also change report config --- manifests/nodes/alamut.pp | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'manifests/nodes/alamut.pp') diff --git a/manifests/nodes/alamut.pp b/manifests/nodes/alamut.pp index 1ed9d9f0..fa3f9b6f 100644 --- a/manifests/nodes/alamut.pp +++ b/manifests/nodes/alamut.pp @@ -91,20 +91,20 @@ node alamut { minute => '24' } - youri-check::config {'config_1': - version => '1', + youri-check::config {'config_3': + version => '3', } - youri-check::report {'report_1': - version => '1', + youri-check::report {'report_3': + version => '3', hour => '*', minute => '54' } - youri-check::config {'config_2': - version => '2', + youri-check::config {'config_4': + version => '4', } - youri-check::report {'report_2': - version => '2', + youri-check::report {'report_4': + version => '4', hour => '*', minute => '9' } -- cgit v1.2.1