Enable lingering for the contributors user
[mirror/dsa-puppet.git] / modules / roles / manifests / ports_master.pp
index 31c6503..2faf0e0 100644 (file)
@@ -20,10 +20,10 @@ class roles::ports_master {
   }
 
   # export ssh allow rules for hosts that we should be able to access
-  @@ferm::rule::simple { "dsa-ssh-from-syncproxy-${::fqdn}":
-    tag         => 'ssh::server::allow::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,
   }
 }