summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorVarac <varacanero@zeromail.org>2009-12-07 12:12:12 +0100
committermh <mh@immerda.ch>2009-12-07 17:50:07 +0100
commit7818baebd01db2bb7b438e5e6e4200c942da4fd6 (patch)
treedc64badeab8db9c50720cc6463b9953aadd7edc3 /README
parent7b06928be2c3b50ae80f8831cc9749cf7561df51 (diff)
fixed typo in README
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index bb76772..66f1a62 100644
--- a/README
+++ b/README
@@ -13,7 +13,7 @@ node xy {
include config::site-shorewall
shorewall::rule {
'incoming-ssh': source => 'all', destination => '$FW', action => 'SSH/ACCEPT', order => 200;
- 'incoming-puppetmaster': source => 'all', destination => '$FW', action => 'Puppermaster/ACCEPT', order => 300;
+ 'incoming-puppetmaster': source => 'all', destination => '$FW', action => 'Puppetmaster/ACCEPT', order => 300;
'incoming-imap': source => 'all', destination => '$FW', action => 'IMAP/ACCEPT', order => 300;
'incoming-smtp': source => 'all', destination => '$FW', action => 'SMTP/ACCEPT', order => 300;
}