diff options
author | intrigeri <intrigeri@boum.org> | 2012-12-02 11:29:22 +0100 |
---|---|---|
committer | intrigeri <intrigeri@boum.org> | 2012-12-02 11:29:22 +0100 |
commit | ad4e76925e6372752393bb2cb6db0aa8c7aaa468 (patch) | |
tree | f6551f9f63d7abf90b79254f5713b1242d5a8a16 /manifests/rules/libvirt | |
parent | 8a98c5b47995f54a2619f5fe2964edd792bb051f (diff) | |
download | puppet-shorewall-ad4e76925e6372752393bb2cb6db0aa8c7aaa468.tar.gz puppet-shorewall-ad4e76925e6372752393bb2cb6db0aa8c7aaa468.tar.bz2 |
libvirt::host: don't accept FTP from VMs.
It was meant to provide preseeding files over FTP,
but the Debian installer has been supporting TFTP for a while,
so no additional software is needed.
Diffstat (limited to 'manifests/rules/libvirt')
-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'; |