sasl: Automatically include saslauthd when adding services to it.

This commit is contained in:
Timo Mkinen 2013-07-16 14:12:58 +03:00
parent 25d45e3017
commit c49daf7c7e

View file

@ -132,6 +132,8 @@ class sasl::saslauthd {
#
define sasl::saslauthd::service() {
require sasl::saslauthd
case $::operatingsystem {
"centos","fedora","redhat": {
case $::architecture {
@ -160,7 +162,7 @@ define sasl::saslauthd::service() {
"openbsd" => "wheel",
default => "root",
},
require => Service["saslauthd"],
notify => Service["saslauthd"],
}
}