move localhost guest access in front of catch-all localhost access
[mirror/dsa-puppet.git] / modules / roles / manifests / ftp_master.pp
index b95330c..40f8040 100644 (file)
@@ -36,6 +36,7 @@ class roles::ftp_master (
     user     => 'guest',
     address  => '127.0.0.1',
     method   => 'trust',
+    order    => '20',
+    firewall => false,
   }
-
 }