aboutsummaryrefslogtreecommitdiffstats
path: root/modules/mga-advisories/templates/mga-advisories.conf
diff options
context:
space:
mode:
authorColin Guthrie <colin@mageia.org>2014-08-04 09:30:44 +0100
committerColin Guthrie <colin@mageia.org>2014-08-04 09:34:05 +0100
commitc2b12fe4ffb6aea9e37dc697cbba8cdf51f60fac (patch)
treefa2c3edb35b4a405129f240b033702581df0c8fa /modules/mga-advisories/templates/mga-advisories.conf
parent43c76694387ef750bf838ccaec577746f31b825a (diff)
downloadpuppet-c2b12fe4ffb6aea9e37dc697cbba8cdf51f60fac.tar
puppet-c2b12fe4ffb6aea9e37dc697cbba8cdf51f60fac.tar.gz
puppet-c2b12fe4ffb6aea9e37dc697cbba8cdf51f60fac.tar.bz2
puppet-c2b12fe4ffb6aea9e37dc697cbba8cdf51f60fac.tar.xz
puppet-c2b12fe4ffb6aea9e37dc697cbba8cdf51f60fac.zip
mga-advisories: Add configuration for running mgaadv in a way which moves packages.
This adds an appropriate wrapper script to run the move script as root (which is needed) while keeping the rest running as the mga-advisories user. Disable the cron script for now as we will move over to running the full process but we should test it a bit first.
Diffstat (limited to 'modules/mga-advisories/templates/mga-advisories.conf')
-rw-r--r--modules/mga-advisories/templates/mga-advisories.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/mga-advisories/templates/mga-advisories.conf b/modules/mga-advisories/templates/mga-advisories.conf
index 1503b310..caf09a6c 100644
--- a/modules/mga-advisories/templates/mga-advisories.conf
+++ b/modules/mga-advisories/templates/mga-advisories.conf
@@ -1,5 +1,6 @@
mode: site
send_adv_mail: yes
+move_pkg_cmd: <%= @move_wrapper_script %>
send_report_mail: yes
out_dir: <%= @vhostdir %>
advisories_dir: <%= @advisories_dir %>