Skip to content

Commit 3c9ef91

Browse files
author
MarkW
authored
Merge pull request #130 from shamil/patch-1
Fix typo
2 parents 43dcd50 + 8526451 commit 3c9ef91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/params.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@
150150
if ($::operatingsystem == 'Ubuntu' and versioncmp($::operatingsystemrelease, '15.04') >= 0) {
151151
$detach_service_in_init = false
152152
} else {
153-
$detach_svervice_in_init = true
153+
$detach_service_in_init = true
154154
}
155155

156156
}

0 commit comments

Comments
 (0)