diff options
author | Micah <micah@leap.se> | 2015-12-10 15:55:57 -0500 |
---|---|---|
committer | Micah <micah@leap.se> | 2015-12-15 15:37:52 -0500 |
commit | 73624f1e87974ab71b5d8e44073347725e492e5c (patch) | |
tree | 7abe7184e464ba65e526f41592a0c2bd30e7d86c /puppet/modules/leap_mx | |
parent | 1f9da0490a3d55831e2b834ab5801c629123d226 (diff) |
Have leap-mx log with the process name 'leap-mx', but log to
/var/log/leap/mx.log, and clean up the files associated with the
previous configuration (#7691)
Change-Id: Id08c97980292968e8e89f128afb5fa78bda30069
Diffstat (limited to 'puppet/modules/leap_mx')
-rw-r--r-- | puppet/modules/leap_mx/manifests/init.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/puppet/modules/leap_mx/manifests/init.pp b/puppet/modules/leap_mx/manifests/init.pp index 055a57ef..5c356315 100644 --- a/puppet/modules/leap_mx/manifests/init.pp +++ b/puppet/modules/leap_mx/manifests/init.pp @@ -60,7 +60,7 @@ class leap_mx { notify => Service['leap-mx']; } - leap::logfile { 'mx': } + leap::logfile { 'mx': process => 'leap-mx' } # # LEAP-MX CODE AND DEPENDENCIES |