sasl: Fixed typo.

This commit is contained in:
Timo Makinen 2014-11-19 11:56:38 +02:00
parent e9ea3a55d3
commit 64df8260c7

View file

@ -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"],