]> gitweb.fluxo.info Git - puppet-mail.git/commitdiff
Minor fix
authorSilvio Rhatto <rhatto@riseup.net>
Sun, 5 Jun 2011 19:57:33 +0000 (16:57 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sun, 5 Jun 2011 19:57:33 +0000 (16:57 -0300)
manifests/sympa.pp

index e3d77f9661a01d412750aebaf4f3b795c22a7389..a6d30a0a3407e080cb238092c368f4239f8ad668 100644 (file)
@@ -60,7 +60,7 @@ class mail::sympa inherits mail::regexps {
     owner   => sympa,
     group   => sympa,
     mode    => 0640,
-    content => template('mail/sympa/sympa.conf.${lsbdistcodename}.erb'),
+    content => template("mail/sympa/sympa.conf.${lsbdistcodename}.erb"),
     require => [ File['/etc/sympa'], User['sympa'] ],
     notify  => Service['apache', 'sympa'],
   }