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