diff options
author | Dexter Morgan <dmorgan@mageia.org> | 2010-11-26 15:03:12 +0000 |
---|---|---|
committer | Dexter Morgan <dmorgan@mageia.org> | 2010-11-26 15:03:12 +0000 |
commit | 79215380a18a25f1a764e78b58a0be6fbdf8a90a (patch) | |
tree | bdeda6ccc6bb3ec852ddc6c1406f01965ed1b59d | |
parent | 917108c3735d78ea52a48b1826cd427df55adca4 (diff) | |
download | puppet-79215380a18a25f1a764e78b58a0be6fbdf8a90a.tar puppet-79215380a18a25f1a764e78b58a0be6fbdf8a90a.tar.gz puppet-79215380a18a25f1a764e78b58a0be6fbdf8a90a.tar.bz2 puppet-79215380a18a25f1a764e78b58a0be6fbdf8a90a.tar.xz puppet-79215380a18a25f1a764e78b58a0be6fbdf8a90a.zip |
do snapshots of the custom bugzilla template
-rw-r--r-- | modules/bugzilla/manifests/init.pp | 7 |
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" + } + + |