]> gitweb.fluxo.info Git - puppet-backup.git/commitdiff
Change ssh_authorized_key key
authorSilvio Rhatto <rhatto@riseup.net>
Thu, 23 Jun 2016 19:49:48 +0000 (16:49 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Thu, 23 Jun 2016 19:49:48 +0000 (16:49 -0300)
manifests/user.pp

index ab4150ce6bd7d09acef8e29a3c9f8bcb27e719fd..eb303cb9b6d757bc0ba38d61d998eaecff632982 100644 (file)
@@ -5,7 +5,7 @@ define backup::user(
   $sshkey         = '',
 ) {
   $real_sshkey = $sshkey ? {
-    ''      => hiera("compiled::ssh::key::${name}.${hosting_domain}"),
+    ''      => hiera("ssh_authorized_key::${name}.${hosting_domain}"),
     default => $sshkey,
   }