diff options
author | elijah <elijah@riseup.net> | 2016-02-02 10:21:49 -0800 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2016-02-02 10:21:49 -0800 |
commit | 45e81ca4abc81600998f11a5e74a565f545e6c84 (patch) | |
tree | 832044b8ca8eb14aa09aefcb78ed1a25f9f77200 /puppet/modules/leap_mx | |
parent | edc9aa13f5ebb07f27e73fd4befc5fbbadfebc66 (diff) |
finally fix leap-mx logging, for the last time, hopefully.
Diffstat (limited to 'puppet/modules/leap_mx')
-rw-r--r-- | puppet/modules/leap_mx/manifests/init.pp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/puppet/modules/leap_mx/manifests/init.pp b/puppet/modules/leap_mx/manifests/init.pp index 50bc8a18..6bdcec42 100644 --- a/puppet/modules/leap_mx/manifests/init.pp +++ b/puppet/modules/leap_mx/manifests/init.pp @@ -85,7 +85,10 @@ class leap_mx { notify => Service['leap-mx']; } - leap::logfile { 'mx': process => 'leap-mx' } + leap::logfile { 'leap-mx': + log => '/var/log/leap/mx.log', + process => 'leap-mx' + } # # LEAP-MX CODE AND DEPENDENCIES |