diff options
Diffstat (limited to 'manifests/rules/libvirt/host.pp')
-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'; |