From 7818baebd01db2bb7b438e5e6e4200c942da4fd6 Mon Sep 17 00:00:00 2001 From: Varac Date: Mon, 7 Dec 2009 12:12:12 +0100 Subject: fixed typo in README --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README') 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; } -- cgit v1.2.3