diff options
author | varac <varacanero@zeromail.org> | 2016-04-18 18:19:44 +0200 |
---|---|---|
committer | varac <varacanero@zeromail.org> | 2016-04-18 18:19:44 +0200 |
commit | 22b788920defdd42b4abda144afd8ca69d0a9d37 (patch) | |
tree | 375dd16aee466d5a04c06635b19b2e69978fcbe8 /puppet/modules/leap_mx/manifests | |
parent | 97900133a2a7c3538ac20439fe0b7b9cff1357f1 (diff) |
[style] lint some custom manifests
I used `puppet-lint -f FILE` to fix most issues, while
finishing with manual intervention.
Diffstat (limited to 'puppet/modules/leap_mx/manifests')
-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 6dfee44d..e5d85b91 100644 --- a/puppet/modules/leap_mx/manifests/init.pp +++ b/puppet/modules/leap_mx/manifests/init.pp @@ -85,7 +85,7 @@ class leap_mx { } leap::logfile { 'leap-mx': - log => '/var/log/leap/mx.log', + log => '/var/log/leap/mx.log', process => 'leap-mx' } |