diff options
author | Nicolas Lécureuil <neoclust@mageia.org> | 2017-04-26 10:23:55 +0200 |
---|---|---|
committer | Nicolas Lécureuil <neoclust@mageia.org> | 2017-04-26 10:23:55 +0200 |
commit | 472645ad62184c8d4ccef849bcf4d3100d310eb7 (patch) | |
tree | a31a44798e98d1d4d44d9fc2c259f0192693269a /manifests/nodes | |
parent | 522ee52c2bade96d0fffe3724a166ee68d105536 (diff) | |
download | puppet-472645ad62184c8d4ccef849bcf4d3100d310eb7.tar puppet-472645ad62184c8d4ccef849bcf4d3100d310eb7.tar.gz puppet-472645ad62184c8d4ccef849bcf4d3100d310eb7.tar.bz2 puppet-472645ad62184c8d4ccef849bcf4d3100d310eb7.tar.xz puppet-472645ad62184c8d4ccef849bcf4d3100d310eb7.zip |
rabbit: add mga6 to youri-check
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', } |