diff options
author | Micah <micah@leap.se> | 2015-12-03 20:12:56 -0500 |
---|---|---|
committer | Micah <micah@leap.se> | 2015-12-03 20:12:56 -0500 |
commit | 256105ac5641b5b28cb0edff3d7437cf5f6105c7 (patch) | |
tree | f7f38762ef93f1664d8a880c5b32a6f6ed9a0dfc /puppet/modules/postfwd/files | |
parent | fa90ab06aa09224d5a1fbac69c9bc0f067099206 (diff) |
Make sure /etc/default and config file are there before service is triggered (#7618)
Change-Id: Ib9fa598a94e8fd41329b1c9ed4bb52281bf04992
Diffstat (limited to 'puppet/modules/postfwd/files')
-rw-r--r-- | puppet/modules/postfwd/files/postfwd_default | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/puppet/modules/postfwd/files/postfwd_default b/puppet/modules/postfwd/files/postfwd_default index 79d0e3de..83742e40 100644 --- a/puppet/modules/postfwd/files/postfwd_default +++ b/puppet/modules/postfwd/files/postfwd_default @@ -13,7 +13,7 @@ PORT=10040 # run as user postfwd RUNAS="postfw" # Arguments passed on start (--daemon implied) -# RISEUP disable summary and cache-no-size +# disable summary and cache-no-size #ARGS="--summary=600 --cache=600 --cache-rdomain-only --cache-no-size" ARGS="--cache=600 --cache-rdomain-only --no-rulestats" |