Merge "Use pmon to restart sssd service"

This commit is contained in:
Zuul 2022-12-15 20:23:52 +00:00 committed by Gerrit Code Review
commit b6e6b7fcc8
2 changed files with 2 additions and 2 deletions
puppet-manifests/src/modules/platform/manifests

@ -360,7 +360,7 @@ class platform::config::certs::ssl_ca
}
-> exec { 'restart sssd service on cert install/uninstall':
command => '/usr/bin/systemctl restart sssd.service',
command => '/usr/local/sbin/pmon-restart sssd',
onlyif => "test '${::osfamily }' == 'Debian'",
}

@ -49,7 +49,7 @@ class platform::sssd::domain::runtime
Class['::platform::sssd::config']
-> exec { 'restart sssd service':
command => '/usr/bin/systemctl restart sssd.service',
command => '/usr/local/sbin/pmon-restart sssd',
onlyif => "test '${::osfamily }' == 'Debian'",
}
}