diff options
-rw-r--r-- | manifests/nodes/alamut.pp | 16 |
1 files changed, 8 insertions, 8 deletions
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' } |