sasl: Fixed typo.
This commit is contained in:
parent
e9ea3a55d3
commit
64df8260c7
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ class sasl::saslauthd {
|
||||||
}
|
}
|
||||||
|
|
||||||
if $::operatingsystem == "Ubuntu" {
|
if $::operatingsystem == "Ubuntu" {
|
||||||
augeas { "enable-saslaudh":
|
augeas { "enable-saslauthd":
|
||||||
context => "/files/etc/default/saslauthd",
|
context => "/files/etc/default/saslauthd",
|
||||||
changes => "set START yes",
|
changes => "set START yes",
|
||||||
before => Service["saslauthd"],
|
before => Service["saslauthd"],
|
||||||
|
|
Loading…
Add table
Reference in a new issue