From 79215380a18a25f1a764e78b58a0be6fbdf8a90a Mon Sep 17 00:00:00 2001 From: Dexter Morgan Date: Fri, 26 Nov 2010 15:03:12 +0000 Subject: do snapshots of the custom bugzilla template --- modules/bugzilla/manifests/init.pp | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'modules') 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" + } + + -- cgit v1.2.1