diff options
| author | Pascal Terjan <pterjan@mageia.org> | 2026-02-21 20:44:36 +0000 |
|---|---|---|
| committer | Pascal Terjan <pterjan@mageia.org> | 2026-02-21 21:23:57 +0000 |
| commit | e39155d4d5e21c385d4f9acbb632fae742f91a49 (patch) | |
| tree | 26a69db21fd0e604a2ab350146a990025867d9ac /manifests/nodes | |
| parent | 87f75393fce3dc885a0606557bdc995a1dd82fc3 (diff) | |
| download | puppet-e39155d4d.tar puppet-e39155d4d.tar.gz puppet-e39155d4d.tar.bz2 puppet-e39155d4d.tar.xz puppet-e39155d4d.zip | |
Rename some classes to work with Puppet >= 4
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' |
