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