diff options
author | mh <mh@immerda.ch> | 2009-09-28 23:15:40 +0200 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2009-12-07 11:34:02 -0500 |
commit | b28f0465ddf70fe5f35725a5b8ae3b38737eb5c5 (patch) | |
tree | 04b283157352d306e1a1650e5734ee16abda4e28 /manifests/rules/apache/ssl.pp | |
parent | a7e3dafcca646236950920e9a8038e174e9c950a (diff) |
use the more generall http term for rules for apache
Diffstat (limited to 'manifests/rules/apache/ssl.pp')
-rw-r--r-- | manifests/rules/apache/ssl.pp | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/manifests/rules/apache/ssl.pp b/manifests/rules/apache/ssl.pp deleted file mode 100644 index d27c980..0000000 --- a/manifests/rules/apache/ssl.pp +++ /dev/null @@ -1,10 +0,0 @@ -class shorewall::rules::apache::ssl { - shorewall::rule { 'net-me-https-tcp': - source => 'net', - destination => '$FW', - proto => 'tcp', - destinationport => '443', - order => 240, - action => 'ACCEPT'; - } -} |