aboutsummaryrefslogtreecommitdiffstats
path: root/modules/bugzilla/manifests/init.pp
diff options
context:
space:
mode:
authorDexter Morgan <dmorgan@mageia.org>2013-02-20 18:58:29 +0000
committerDexter Morgan <dmorgan@mageia.org>2013-02-20 18:58:29 +0000
commite19b054f59e66457f8b6c81428feeba27c7e4805 (patch)
tree25e8deb1e250edaeb71352b5afa76f437b32d33e /modules/bugzilla/manifests/init.pp
parenta20910ddfa3a09081acb6a14eed2c921f504b8d9 (diff)
downloadpuppet-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/init.pp')
-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 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'],
}