diff options
author | Colin Guthrie <colin@mageia.org> | 2014-06-15 16:20:11 +0100 |
---|---|---|
committer | Colin Guthrie <colin@mageia.org> | 2014-06-15 16:20:11 +0100 |
commit | ec40fb40cb5557a141021a7b6821e4acfcd30723 (patch) | |
tree | e5e7e4728b90fdc452d8c906e1326be7e19fb022 /modules/bugzilla | |
parent | 8939fb92e578d45a8a08530f0239f34a974e743a (diff) | |
download | puppet-ec40fb40cb5557a141021a7b6821e4acfcd30723.tar puppet-ec40fb40cb5557a141021a7b6821e4acfcd30723.tar.gz puppet-ec40fb40cb5557a141021a7b6821e4acfcd30723.tar.bz2 puppet-ec40fb40cb5557a141021a7b6821e4acfcd30723.tar.xz puppet-ec40fb40cb5557a141021a7b6821e4acfcd30723.zip |
bugzilla: Kill off unneeded variable
Diffstat (limited to 'modules/bugzilla')
-rw-r--r-- | modules/bugzilla/manifests/init.pp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/bugzilla/manifests/init.pp b/modules/bugzilla/manifests/init.pp index 30585fdd..62800408 100644 --- a/modules/bugzilla/manifests/init.pp +++ b/modules/bugzilla/manifests/init.pp @@ -1,7 +1,5 @@ class bugzilla { - $bugzilla_location = '/usr/share/bugzilla/template/en/custom' - $extension_location = '/usr/share/bugzilla/extensions/Mageia' package {['bugzilla', |