From 580143f20013437f01d1c38ba9438928a8f48897 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 23 Jun 2016 15:01:25 -0300 Subject: Cleanup --- manifests/user.pp | 1 - 1 file changed, 1 deletion(-) 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, -- cgit v1.2.3