aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2016-06-23 15:01:25 -0300
committerSilvio Rhatto <rhatto@riseup.net>2016-06-23 15:01:25 -0300
commit580143f20013437f01d1c38ba9438928a8f48897 (patch)
tree85d2bac44e3a1d1b84ebff88264c783deffb4f74
parente22d7cc42d0cb3a8d65086468502194df490bde7 (diff)
downloadpuppet-backup-580143f20013437f01d1c38ba9438928a8f48897.tar.gz
puppet-backup-580143f20013437f01d1c38ba9438928a8f48897.tar.bz2
Cleanup
-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,