From: Silvio Rhatto Date: Thu, 23 Jun 2016 18:01:25 +0000 (-0300) Subject: Cleanup X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=580143f20013437f01d1c38ba9438928a8f48897;p=puppet-backup.git Cleanup --- diff --git a/manifests/user.pp b/manifests/user.pp index 9c63c22..ab4150c 100644 --- a/manifests/user.pp +++ b/manifests/user.pp @@ -4,7 +4,6 @@ define backup::user( $hosting_domain = $::domain, $sshkey = '', ) { - #$hosting_domain = regsubst($::domain, '\.', '_', 'G'), $real_sshkey = $sshkey ? { '' => hiera("compiled::ssh::key::${name}.${hosting_domain}"), default => $sshkey,