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 /modules/mga-mirrors | |
| 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 'modules/mga-mirrors')
| -rw-r--r-- | modules/mga-mirrors/manifests/init.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/mga-mirrors/manifests/init.pp b/modules/mga-mirrors/manifests/init.pp index 4b8b5552..b7b27741 100644 --- a/modules/mga-mirrors/manifests/init.pp +++ b/modules/mga-mirrors/manifests/init.pp @@ -1,4 +1,4 @@ -class mga-mirrors { +class mga_mirrors { $vhost = "mirrors.${::domain}" $mirrors_dir = '/var/www/mirrors' |
