diff options
Diffstat (limited to 'manifests/nodes')
| -rw-r--r-- | manifests/nodes/duvel.pp | 2 | ||||
| -rw-r--r-- | manifests/nodes/rabbit.pp | 4 | ||||
| -rw-r--r-- | manifests/nodes/sucuk.pp | 16 |
3 files changed, 11 insertions, 11 deletions
diff --git a/manifests/nodes/duvel.pp b/manifests/nodes/duvel.pp index 772e43dc..e7dafa45 100644 --- a/manifests/nodes/duvel.pp +++ b/manifests/nodes/duvel.pp @@ -36,7 +36,7 @@ node duvel { include websites::svn include websites::git - class { 'mga-advisories': + class { 'mga_advisories': vhost => "advisories.${::domain}", } diff --git a/manifests/nodes/rabbit.pp b/manifests/nodes/rabbit.pp index 245acce0..9a630dbc 100644 --- a/manifests/nodes/rabbit.pp +++ b/manifests/nodes/rabbit.pp @@ -16,10 +16,10 @@ node rabbit { # include mirror::mageia include releasekey - youri-check::config {'config_cauldron': + youri_check::config {'config_cauldron': version => 'cauldron', } - youri-check::check {'check_cauldron': + youri_check::check {'check_cauldron': version => 'cauldron', minute => 30 } diff --git a/manifests/nodes/sucuk.pp b/manifests/nodes/sucuk.pp index f9cc47d8..8f634140 100644 --- a/manifests/nodes/sucuk.pp +++ b/manifests/nodes/sucuk.pp @@ -58,34 +58,34 @@ node sucuk { maintdburl => "https://pkgsubmit.${::domain}/data/maintdb.txt", } - class { 'mga-treasurer': + class { 'mga_treasurer': vhost => "treasurer.${::domain}", vhostdir => "/var/www/vhosts/treasurer.${::domain}", } - youri-check::report_www { 'check': } + youri_check::report_www { 'check': } - youri-check::createdb_user {'config_cauldron': + youri_check::createdb_user {'config_cauldron': version => 'cauldron', } - youri-check::config {'config_cauldron': + youri_check::config {'config_cauldron': version => 'cauldron', } - youri-check::report { 'report_cauldron': + youri_check::report { 'report_cauldron': version => 'cauldron', minute => '0' } - youri-check::createdb_user {'config_9': + youri_check::createdb_user {'config_9': version => '9', } - youri-check::config {'config_9': + youri_check::config {'config_9': version => '9', } - youri-check::report {'report_9': + youri_check::report {'report_9': version => '9', hour => '*/4', minute => '56' |
