Make ssh allow tag specific to the target (archvsync role in this case)
[mirror/dsa-puppet.git] / modules / roles / manifests / archvsync_base.pp
index c61d3fb..d51f260 100644 (file)
@@ -19,5 +19,5 @@ class roles::archvsync_base {
     target => '/home/archvsync/.ssh/authorized_keys',
   }
 
-  Ferm::Rule::Simple <<| tag == 'ssh::server::allow' |>>
+  Ferm::Rule::Simple <<| tag == 'ssh::server::allow::archvsync' |>>
 }