aboutsummaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2010-01-09 16:38:54 +0100
committermh <mh@immerda.ch>2010-01-09 16:38:54 +0100
commitc594395a9df6b08e8e0f3da64d4cdca4b1e1b75e (patch)
tree1ee7eeae9b41857d21123612b06c5fd39ddcfaa8 /manifests
parent50c043ef2c374cdef570fa66188262fbc4695a4c (diff)
downloadpuppet-shorewall-c594395a9df6b08e8e0f3da64d4cdca4b1e1b75e.tar.gz
puppet-shorewall-c594395a9df6b08e8e0f3da64d4cdca4b1e1b75e.tar.bz2
fix typo
Diffstat (limited to 'manifests')
-rw-r--r--manifests/rules/smtp/disable.pp2
1 files changed, 1 insertions, 1 deletions
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'
}
}