aboutsummaryrefslogtreecommitdiffstats
path: root/modules/bugzilla
diff options
context:
space:
mode:
authorDexter Morgan <dmorgan@mageia.org>2013-02-20 16:05:46 +0000
committerDexter Morgan <dmorgan@mageia.org>2013-02-20 16:05:46 +0000
commit15fd5a27e1733b6ee6485f90de138c602ab596af (patch)
tree141f1de1c69e62b758b7235e8bafdfde2e7524f4 /modules/bugzilla
parent0b24e9acf090fe1fa3bc889db97e8e88ce77ffff (diff)
downloadpuppet-15fd5a27e1733b6ee6485f90de138c602ab596af.tar
puppet-15fd5a27e1733b6ee6485f90de138c602ab596af.tar.gz
puppet-15fd5a27e1733b6ee6485f90de138c602ab596af.tar.bz2
puppet-15fd5a27e1733b6ee6485f90de138c602ab596af.tar.xz
puppet-15fd5a27e1733b6ee6485f90de138c602ab596af.zip
Use New templates
Diffstat (limited to 'modules/bugzilla')
-rw-r--r--modules/bugzilla/manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/bugzilla/manifests/init.pp b/modules/bugzilla/manifests/init.pp
index 2acb1d95..f49cce07 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/trunk',
+ source => 'svn://svn.mageia.org/svn/web/templates/bugzilla/branches/4.0',
require => Package['bugzilla'],
}