summaryrefslogtreecommitdiff
path: root/puppet/modules/leap_mx/manifests/init.pp
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2016-02-02 17:33:38 -0800
committerelijah <elijah@riseup.net>2016-02-02 17:33:38 -0800
commitcf50f84d47fe20f72aebdad1fa0c077c350e1d00 (patch)
treea2a4bed1a550f071df9c7fcc922269f1b3582a65 /puppet/modules/leap_mx/manifests/init.pp
parent49c8a0c2a5ff413430b4bf7cc90f39f28c936b3e (diff)
parent45e81ca4abc81600998f11a5e74a565f545e6c84 (diff)
Merge branch 'bugfix/mxlog' into develop
Diffstat (limited to 'puppet/modules/leap_mx/manifests/init.pp')
-rw-r--r--puppet/modules/leap_mx/manifests/init.pp5
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