diff options
author | Simon Josi <josi@puzzle.ch> | 2010-02-11 21:00:00 +0100 |
---|---|---|
committer | Marcel Haerry <haerry@puzzle.ch> | 2011-08-04 11:18:22 +0200 |
commit | 8cf89667e3bfbe52a9342c3e2f5b2a381c6390de (patch) | |
tree | 9493262ee7ccc1cfe06baa5d9322a818a570fba3 /manifests/rules/out | |
parent | fa06b0a39402d09f1b4b8569f39bd4976fa31503 (diff) | |
download | puppet-shorewall-8cf89667e3bfbe52a9342c3e2f5b2a381c6390de.tar.gz puppet-shorewall-8cf89667e3bfbe52a9342c3e2f5b2a381c6390de.tar.bz2 |
fix typo
Diffstat (limited to 'manifests/rules/out')
-rw-r--r-- | manifests/rules/out/xmpp.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/rules/out/xmpp.pp b/manifests/rules/out/xmpp.pp index e7812e3..a1b4577 100644 --- a/manifests/rules/out/xmpp.pp +++ b/manifests/rules/out/xmpp.pp @@ -1,4 +1,4 @@ -class shorewall::rules::out::xmppp { +class shorewall::rules::out::xmpp { shorewall::rule{'me-net-xmpp-tcp': source => '$FW', destination => 'net', |