]> gitweb.fluxo.info Git - puppet-mail.git/commitdiff
Syntax fix
authorSilvio Rhatto <rhatto@riseup.net>
Sun, 8 Mar 2015 13:43:42 +0000 (10:43 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sun, 8 Mar 2015 13:43:42 +0000 (10:43 -0300)
manifests/opendkim.pp

index 2a60838c24425fc986213a6cc45b709139780a69..5004efa3dbc1fb5d48212acde9c2442f7c1863d1 100644 (file)
@@ -72,7 +72,7 @@ class mail::opendkim {
     enable    => true,
     require   => [ Package['opendkim'],
                    File['/etc/default/opendkim', '/etc/opendkim.conf',
-                        '/etc/opendkim/TrustedHosts', '/etc/opendkim/KeyTable', '/etc/opendkim/SigningTable' ],
+                        '/etc/opendkim/TrustedHosts', '/etc/opendkim/KeyTable', '/etc/opendkim/SigningTable' ] ],
   }
 
   postfix::config { "milter_protocol":       value => '2' }