sasl: Fixed depency cycle from saslauthd.
This commit is contained in:
parent
aa311183c4
commit
1af95d2977
1 changed files with 2 additions and 1 deletions
|
@ -136,7 +136,7 @@ class sasl::saslauthd {
|
||||||
#
|
#
|
||||||
define sasl::saslauthd::service($content=undef) {
|
define sasl::saslauthd::service($content=undef) {
|
||||||
|
|
||||||
require sasl::saslauthd
|
include sasl::saslauthd
|
||||||
|
|
||||||
case $::operatingsystem {
|
case $::operatingsystem {
|
||||||
"centos","fedora","redhat": {
|
"centos","fedora","redhat": {
|
||||||
|
@ -170,6 +170,7 @@ define sasl::saslauthd::service($content=undef) {
|
||||||
"openbsd" => "wheel",
|
"openbsd" => "wheel",
|
||||||
default => "root",
|
default => "root",
|
||||||
},
|
},
|
||||||
|
require => Package["cyrus-sasl"],
|
||||||
notify => Service["saslauthd"],
|
notify => Service["saslauthd"],
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue