use correct tag for ssh authkeys @@ferm::rule
authorPeter Palfrader <peter@palfrader.org>
Tue, 10 Sep 2019 12:03:52 +0000 (14:03 +0200)
committerPeter Palfrader <peter@palfrader.org>
Tue, 10 Sep 2019 12:03:52 +0000 (14:03 +0200)
modules/ssh/manifests/authorized_key_add.pp

index ec357ff..f1fccf8 100644 (file)
@@ -48,7 +48,7 @@ define ssh::authorized_key_add(
   }
 
   @@ferm::rule { "ssh-${raw_tags[0]}_${target_user}-${name}_from_${::hostname}":
-    tag         => $ssh_tags,
+    tag         => $ferm_tags,
     description => "allow ssh for ssh to ${target_user}",
     domain      => '(ip ip6)',
     chain       => 'ssh',