diff options
author | intrigeri <intrigeri@boum.org> | 2012-12-02 11:30:26 +0100 |
---|---|---|
committer | intrigeri <intrigeri@boum.org> | 2012-12-02 11:30:26 +0100 |
commit | 7e59740db08d95ec11677872752ec99b3bf10a30 (patch) | |
tree | 4f7c7fd85550f652149f0c97b3e2af7f62145a3e /manifests/rules | |
parent | e4b415405884300af34ed8e5df5e4057cb001099 (diff) | |
parent | ad4e76925e6372752393bb2cb6db0aa8c7aaa468 (diff) | |
download | puppet-shorewall-7e59740db08d95ec11677872752ec99b3bf10a30.tar.gz puppet-shorewall-7e59740db08d95ec11677872752ec99b3bf10a30.tar.bz2 |
Merge branch 'feature/libvirt-host'
Diffstat (limited to 'manifests/rules')
-rw-r--r-- | manifests/rules/libvirt/host.pp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/manifests/rules/libvirt/host.pp b/manifests/rules/libvirt/host.pp index ac60b98..aaecd9d 100644 --- a/manifests/rules/libvirt/host.pp +++ b/manifests/rules/libvirt/host.pp @@ -31,7 +31,6 @@ class shorewall::rules::libvirt::host ( } shorewall::rule::accept::from_vmz { - 'accept_ftp_from_vmz': action => 'FTP(ACCEPT)'; 'accept_dns_from_vmz': action => 'DNS(ACCEPT)'; 'accept_tftp_from_vmz': action => 'TFTP(ACCEPT)'; 'accept_debproxy_from_vmz': proto => 'tcp', destinationport => '8000', action => 'ACCEPT'; |