eximconf: unfold Subject headers before processing in RT routers
[mirror/dsa-puppet.git] / modules / ssh / manifests / authorized_key_collect.pp
index 3fccc25..28ba797 100644 (file)
@@ -4,11 +4,10 @@ define ssh::authorized_key_collect(
   String $target_user,
   String $collect_tag,
 ) {
-  concat { "/etc/ssh/userkeys/${target_user}": }
-  concat::fragment { "/etc/ssh/userkeys/${target_user}-header":
-    target  => "/etc/ssh/userkeys/${target_user}",
-    order   => '000',
-    content => "# This file is maintained with puppet\n",
+  concat { "/etc/ssh/puppetkeys/${target_user}":
+    warn           => '# This file is maintained with puppet',
+    ensure_newline => true,
+    mode           => '0444',
   }
   Concat::Fragment <<| tag == "ssh::authorized_key::fragment::${collect_tag}::${target_user}" |>>