diff options
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/nodes/alamut.pp | 18 | ||||
-rw-r--r-- | manifests/nodes/rabbit.pp | 18 |
2 files changed, 18 insertions, 18 deletions
diff --git a/manifests/nodes/alamut.pp b/manifests/nodes/alamut.pp index fa3f9b6f..4a06e51c 100644 --- a/manifests/nodes/alamut.pp +++ b/manifests/nodes/alamut.pp @@ -91,15 +91,6 @@ node alamut { minute => '24' } - youri-check::config {'config_3': - version => '3', - } - youri-check::report {'report_3': - version => '3', - hour => '*', - minute => '54' - } - youri-check::config {'config_4': version => '4', } @@ -109,6 +100,15 @@ node alamut { minute => '9' } + youri-check::config {'config_5': + version => '5', + } + youri-check::report {'report_5': + version => '3', + hour => '*', + minute => '54' + } + include wikis include websites::perl include websites::www diff --git a/manifests/nodes/rabbit.pp b/manifests/nodes/rabbit.pp index 8b55a9cb..c629d52b 100644 --- a/manifests/nodes/rabbit.pp +++ b/manifests/nodes/rabbit.pp @@ -25,15 +25,6 @@ node rabbit { minute => 4 } - youri-check::config {'config_3': - version => '3', - } - youri-check::check {'check_3': - version => '3', - hour => '*/2', - minute => 30 - } - youri-check::config {'config_4': version => '4', } @@ -44,6 +35,15 @@ node rabbit { minute => 45 } + youri-check::config {'config_5': + version => '5', + } + youri-check::check {'check_5': + version => '5', + hour => '*/2', + minute => 30 + } + # for testing iso quickly include libvirtd::kvm libvirtd::group_access { 'mga-iso_makers': } |