diff options
Diffstat (limited to 'manifests/nodes')
-rw-r--r-- | manifests/nodes/rabbit.pp | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/manifests/nodes/rabbit.pp b/manifests/nodes/rabbit.pp index 707b50fe..69e1a328 100644 --- a/manifests/nodes/rabbit.pp +++ b/manifests/nodes/rabbit.pp @@ -25,6 +25,15 @@ node rabbit { minute => 4 } + youri-check::config {'config_6': + version => '6', + } + youri-check::check {'check_6': + version => '6', + hour => '*/2', + minute => 30 + } + youri-check::config {'config_5': version => '5', } |