diff options
author | Pascal Terjan <pterjan@google.com> | 2017-04-10 22:06:25 +0100 |
---|---|---|
committer | Pascal Terjan <pterjan@google.com> | 2017-04-10 22:06:25 +0100 |
commit | 59a2725617500106bc50a3e8842f8596ff3dc222 (patch) | |
tree | 89a93498c8e63f4100dff6548d03acba8955b123 /manifests | |
parent | bf3d48c9c1d4049a9ec4ad61a4b406e953c5a11c (diff) | |
download | puppet-59a2725617500106bc50a3e8842f8596ff3dc222.tar puppet-59a2725617500106bc50a3e8842f8596ff3dc222.tar.gz puppet-59a2725617500106bc50a3e8842f8596ff3dc222.tar.bz2 puppet-59a2725617500106bc50a3e8842f8596ff3dc222.tar.xz puppet-59a2725617500106bc50a3e8842f8596ff3dc222.zip |
Do not run youri-check for Mageia 4
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/nodes/rabbit.pp | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/manifests/nodes/rabbit.pp b/manifests/nodes/rabbit.pp index 3318e526..8d5c78b3 100644 --- a/manifests/nodes/rabbit.pp +++ b/manifests/nodes/rabbit.pp @@ -25,16 +25,6 @@ node rabbit { minute => 4 } - youri-check::config {'config_4': - version => '4', - } - - youri-check::check {'check_4': - version => '4', - hour => '*/2', - minute => 45 - } - youri-check::config {'config_5': version => '5', } |