From 64df8260c749ed38c1029f0e9708a2dbfd039cf0 Mon Sep 17 00:00:00 2001 From: Timo Makinen Date: Wed, 19 Nov 2014 11:56:38 +0200 Subject: [PATCH] sasl: Fixed typo. --- sasl/manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sasl/manifests/init.pp b/sasl/manifests/init.pp index 8bfb205..c3d9840 100644 --- a/sasl/manifests/init.pp +++ b/sasl/manifests/init.pp @@ -111,7 +111,7 @@ class sasl::saslauthd { } if $::operatingsystem == "Ubuntu" { - augeas { "enable-saslaudh": + augeas { "enable-saslauthd": context => "/files/etc/default/saslauthd", changes => "set START yes", before => Service["saslauthd"],