diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2016-06-23 15:01:25 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2016-06-23 15:01:25 -0300 |
commit | 580143f20013437f01d1c38ba9438928a8f48897 (patch) | |
tree | 85d2bac44e3a1d1b84ebff88264c783deffb4f74 | |
parent | e22d7cc42d0cb3a8d65086468502194df490bde7 (diff) | |
download | puppet-backup-580143f20013437f01d1c38ba9438928a8f48897.tar.gz puppet-backup-580143f20013437f01d1c38ba9438928a8f48897.tar.bz2 |
Cleanup
-rw-r--r-- | manifests/user.pp | 1 |
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, |