Skip to content

Commit 87eb513

Browse files
committed
More syntax issues
1 parent 38f11fe commit 87eb513

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/params.pp

+1-1
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@
351351

352352
case $::operatingsystem {
353353
'Ubuntu': {
354-
$server_service_provider = $::lsbdistcodename {
354+
$server_service_provider = $::lsbdistcodename ? {
355355
'vivid' => 'systemd',
356356
default => 'upstart'
357357
}

0 commit comments

Comments
 (0)