diff options
author | Dexter Morgan <dmorgan@mageia.org> | 2013-02-20 18:58:29 +0000 |
---|---|---|
committer | Dexter Morgan <dmorgan@mageia.org> | 2013-02-20 18:58:29 +0000 |
commit | e19b054f59e66457f8b6c81428feeba27c7e4805 (patch) | |
tree | 25e8deb1e250edaeb71352b5afa76f437b32d33e /modules/bugzilla/manifests | |
parent | a20910ddfa3a09081acb6a14eed2c921f504b8d9 (diff) | |
download | puppet-e19b054f59e66457f8b6c81428feeba27c7e4805.tar puppet-e19b054f59e66457f8b6c81428feeba27c7e4805.tar.gz puppet-e19b054f59e66457f8b6c81428feeba27c7e4805.tar.bz2 puppet-e19b054f59e66457f8b6c81428feeba27c7e4805.tar.xz puppet-e19b054f59e66457f8b6c81428feeba27c7e4805.zip |
Revert and use trunk
Diffstat (limited to 'modules/bugzilla/manifests')
-rw-r--r-- | modules/bugzilla/manifests/init.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/bugzilla/manifests/init.pp b/modules/bugzilla/manifests/init.pp index f49cce07..2acb1d95 100644 --- a/modules/bugzilla/manifests/init.pp +++ b/modules/bugzilla/manifests/init.pp @@ -49,7 +49,7 @@ class bugzilla { } subversion::snapshot { $bugzilla_location: - source => 'svn://svn.mageia.org/svn/web/templates/bugzilla/branches/4.0', + source => 'svn://svn.mageia.org/svn/web/templates/bugzilla/trunk', require => Package['bugzilla'], } |