]> gitweb.fluxo.info Git - puppet-shorewall.git/commitdiff
libvirt::host: don't accept FTP from VMs.
authorintrigeri <intrigeri@boum.org>
Sun, 2 Dec 2012 10:29:22 +0000 (11:29 +0100)
committerintrigeri <intrigeri@boum.org>
Sun, 2 Dec 2012 10:29:22 +0000 (11:29 +0100)
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.

manifests/rules/libvirt/host.pp

index ac60b982d645ea1ca93dadaf881cd8e49d9113c7..aaecd9dd7e27c4866c77d54f8b7272119b2f79cd 100644 (file)
@@ -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';