diff options
-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'], } |