Finish migrating to /etc/ssh/puppetkeys/ for exported ssh authkeys
[mirror/dsa-puppet.git] / modules / ssh / manifests / authorized_key_collect.pp
index 55eccf6..48a0790 100644 (file)
@@ -4,12 +4,6 @@ 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}": }
   concat::fragment { "/etc/ssh/puppetkeys/${target_user}-header":
     target  => "/etc/ssh/puppetkeys/${target_user}",