diff options
author | Dexter Morgan <dmorgan@mageia.org> | 2013-02-20 16:05:46 +0000 |
---|---|---|
committer | Dexter Morgan <dmorgan@mageia.org> | 2013-02-20 16:05:46 +0000 |
commit | 15fd5a27e1733b6ee6485f90de138c602ab596af (patch) | |
tree | 141f1de1c69e62b758b7235e8bafdfde2e7524f4 /modules | |
parent | 0b24e9acf090fe1fa3bc889db97e8e88ce77ffff (diff) | |
download | puppet-15fd5a27e1733b6ee6485f90de138c602ab596af.tar puppet-15fd5a27e1733b6ee6485f90de138c602ab596af.tar.gz puppet-15fd5a27e1733b6ee6485f90de138c602ab596af.tar.bz2 puppet-15fd5a27e1733b6ee6485f90de138c602ab596af.tar.xz puppet-15fd5a27e1733b6ee6485f90de138c602ab596af.zip |
Use New templates
Diffstat (limited to 'modules')
-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 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'], } |