aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifests/user.pp1
1 files changed, 0 insertions, 1 deletions
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,