From c594395a9df6b08e8e0f3da64d4cdca4b1e1b75e Mon Sep 17 00:00:00 2001 From: mh Date: Sat, 9 Jan 2010 16:38:54 +0100 Subject: fix typo --- manifests/rules/smtp/disable.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests/rules/smtp') diff --git a/manifests/rules/smtp/disable.pp b/manifests/rules/smtp/disable.pp index aaf8f6b..cee85b0 100644 --- a/manifests/rules/smtp/disable.pp +++ b/manifests/rules/smtp/disable.pp @@ -1,5 +1,5 @@ class shorewall::rules::smtp::disable inherits shorewall::rules::smtp { Shorewall::Rule['net-me-smtp-tcp']{ - action => 'DROP'; + action => 'DROP' } } -- cgit v1.2.3