From 2dbaf3f6325c1c635c10f1bc73de1895012d3a3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20M=E4kinen?= Date: Tue, 27 Oct 2009 09:45:46 +0200 Subject: [PATCH] Fixed typo when deploying saslauthd services. --- saslauthd/manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/saslauthd/manifests/init.pp b/saslauthd/manifests/init.pp index d7a64a5..d8ee4aa 100644 --- a/saslauthd/manifests/init.pp +++ b/saslauthd/manifests/init.pp @@ -47,7 +47,7 @@ define saslauthd::service() { x86_64: { $libdir = "/usr/lib64/sasl2" } } - file { "${libdir}/${name}": + file { "${libdir}/${name}.conf": ensure => present, source => [ "puppet:///files/saslauthd/${name}.${fqdn}", "puppet:///files/saslauthd/${name}",