Attempt to enable melartin(mirrormaster) to ssh to all the mirrors/syncproxies
[mirror/dsa-puppet.git] / modules / roles / manifests / archvsync_base.pp
index d84c21b..c61d3fb 100644 (file)
@@ -18,4 +18,6 @@ class roles::archvsync_base {
     ensure => 'link',
     target => '/home/archvsync/.ssh/authorized_keys',
   }
+
+  Ferm::Rule::Simple <<| tag == 'ssh::server::allow' |>>
 }