Pull in people.d.o apache config
[mirror/dsa-puppet.git] / modules / roles / manifests / mirrormaster.pp
index 510f631..a1690e4 100644 (file)
@@ -3,7 +3,7 @@
 class roles::mirrormaster(
 ) {
   @@ferm::rule::simple { "dsa-ssh-from-mirrormaster-${::fqdn}":
-    tag         => 'ssh::server::allow::archvsync',
+    tag         => 'ssh::server::to::archvsync',
     description => 'Allow ssh access from the mirrormaster',
     port        => '22',
     saddr       => $base::public_addresses,