From: Silvio Rhatto Date: Thu, 23 Jun 2016 19:49:48 +0000 (-0300) Subject: Change ssh_authorized_key key X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=32e9a333a526b7e168467efc8aeec81574564b7d;p=puppet-backup.git Change ssh_authorized_key key --- diff --git a/manifests/user.pp b/manifests/user.pp index ab4150c..eb303cb 100644 --- a/manifests/user.pp +++ b/manifests/user.pp @@ -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, }