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/bugzilla-dev/manifests/init.pp | |
| 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/bugzilla-dev/manifests/init.pp')
| -rwxr-xr-x | modules/bugzilla-dev/manifests/init.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/bugzilla-dev/manifests/init.pp b/modules/bugzilla-dev/manifests/init.pp index c6623872..b59cbdb7 100755 --- a/modules/bugzilla-dev/manifests/init.pp +++ b/modules/bugzilla-dev/manifests/init.pp @@ -1,4 +1,4 @@ -class bugzilla-dev { +class bugzilla_dev { $bugzilla_dev_location = '/usr/share/bugzilla/' |
