Make ssh allow tag specific to the target (archvsync role in this case)
[mirror/dsa-puppet.git] / modules / roles / manifests / mirrormaster.pp
index 2d8d7d1..510f631 100644 (file)
@@ -3,7 +3,7 @@
 class roles::mirrormaster(
 ) {
   @@ferm::rule::simple { "dsa-ssh-from-mirrormaster-${::fqdn}":
-    tag         => 'ssh::server::allow',
+    tag         => 'ssh::server::allow::archvsync',
     description => 'Allow ssh access from the mirrormaster',
     port        => '22',
     saddr       => $base::public_addresses,