aboutsummaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
authorDexter Morgan <dmorgan@mageia.org>2010-11-26 15:03:12 +0000
committerDexter Morgan <dmorgan@mageia.org>2010-11-26 15:03:12 +0000
commit79215380a18a25f1a764e78b58a0be6fbdf8a90a (patch)
treebdeda6ccc6bb3ec852ddc6c1406f01965ed1b59d /modules
parent917108c3735d78ea52a48b1826cd427df55adca4 (diff)
downloadpuppet-79215380a18a25f1a764e78b58a0be6fbdf8a90a.tar
puppet-79215380a18a25f1a764e78b58a0be6fbdf8a90a.tar.gz
puppet-79215380a18a25f1a764e78b58a0be6fbdf8a90a.tar.bz2
puppet-79215380a18a25f1a764e78b58a0be6fbdf8a90a.tar.xz
puppet-79215380a18a25f1a764e78b58a0be6fbdf8a90a.zip
do snapshots of the custom bugzilla template
Diffstat (limited to 'modules')
-rw-r--r--modules/bugzilla/manifests/init.pp7
1 files changed, 7 insertions, 0 deletions
diff --git a/modules/bugzilla/manifests/init.pp b/modules/bugzilla/manifests/init.pp
index 8ac06804..e767b386 100644
--- a/modules/bugzilla/manifests/init.pp
+++ b/modules/bugzilla/manifests/init.pp
@@ -1,5 +1,7 @@
class bugzilla {
+ $bugzilla_location = "/usr/share/bugzilla/template/en/custom"
+
package { 'bugzilla':
ensure => installed;
}
@@ -33,3 +35,8 @@ class bugzilla {
}
}
+ subversion::snapshot { $bugzilla_location:
+ source => "svn://svn.mageia.org/svn/web/templates/bugzilla/trunk"
+ }
+
+