]> gitweb.fluxo.info Git - puppet-shorewall.git/commitdiff
fix typo
authormh <mh@immerda.ch>
Sat, 9 Jan 2010 15:38:54 +0000 (16:38 +0100)
committermh <mh@immerda.ch>
Sat, 9 Jan 2010 15:38:54 +0000 (16:38 +0100)
manifests/rules/smtp/disable.pp

index aaf8f6b63a48bf03f46730750aacb6475b12bb5e..cee85b08e08c0f140fd63c038e6e9eeaeaab5141 100644 (file)
@@ -1,5 +1,5 @@
 class shorewall::rules::smtp::disable inherits shorewall::rules::smtp {
   Shorewall::Rule['net-me-smtp-tcp']{
-    action          => 'DROP';
+    action          => 'DROP'
   }
 }