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) {
|
||||
|
||||
require sasl::saslauthd
|
||||
include sasl::saslauthd
|
||||
|
||||
case $::operatingsystem {
|
||||
"centos","fedora","redhat": {
|
||||
|
@ -170,6 +170,7 @@ define sasl::saslauthd::service($content=undef) {
|
|||
"openbsd" => "wheel",
|
||||
default => "root",
|
||||
},
|
||||
require => Package["cyrus-sasl"],
|
||||
notify => Service["saslauthd"],
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue