Move archvsync ferm sshs from the input chain to the new ssh chain
[mirror/dsa-puppet.git] / modules / roles / manifests / ftp_master.pp
index 1b68123..5bef587 100644 (file)
@@ -19,7 +19,7 @@ class roles::ftp_master {
   @@ferm::rule::simple { "dsa-ssh-from-ftp_master-${::fqdn}":
     tag         => 'ssh::server::from::ftp_master',
     description => 'Allow ssh access from ftp_master',
-    port        => '22',
+    chain       => 'ssh',
     saddr       => $base::public_addresses,
   }
 }