We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bae24f commit d452c8aCopy full SHA for d452c8a
manifests/service.pp
@@ -340,7 +340,7 @@
340
341
if $use_socket_activation {
342
343
- if has_key($sssd::socket_services, $service) {
+ if $service in $sssd::socket_services {
344
Array($sssd::socket_services[$service], true).each |String $x| {
345
service { $x:
346
enable => $sssd::service_enable,
@@ -352,7 +352,7 @@
352
353
if $facts['service_provider'] == 'systemd' {
354
355
356
357
358
ensure => stopped,
0 commit comments