summaryrefslogtreecommitdiff
path: root/puppet/modules/leap_mx
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2013-07-31 16:02:16 +0200
committervarac <varacanero@zeromail.org>2013-07-31 16:02:16 +0200
commit04502b614692145141c606f9ed052da4b1e4572a (patch)
tree7261cdc4983a5f4943fd56a0f154499f4b576d1a /puppet/modules/leap_mx
parent3272876226dafc7256dbf2ed056cbac5e63a7380 (diff)
fix Could not find dependent Service[leap-mx] (Bug #3331)
Diffstat (limited to 'puppet/modules/leap_mx')
-rw-r--r--puppet/modules/leap_mx/manifests/init.pp2
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 652eb85b..23fd1054 100644
--- a/puppet/modules/leap_mx/manifests/init.pp
+++ b/puppet/modules/leap_mx/manifests/init.pp
@@ -46,7 +46,7 @@ class leap_mx {
# LEAP-MX DAEMON
#
- service { 'leap_mx':
+ service { 'leap-mx':
ensure => running,
enable => true,
hasstatus => true,