]> gitweb.fluxo.info Git - puppet-backup.git/commitdiff
Cleanup
authorSilvio Rhatto <rhatto@riseup.net>
Thu, 23 Jun 2016 18:01:25 +0000 (15:01 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Thu, 23 Jun 2016 18:01:25 +0000 (15:01 -0300)
manifests/user.pp

index 9c63c22381dae0fa60f6a8f0405e0e0744ddd186..ab4150ce6bd7d09acef8e29a3c9f8bcb27e719fd 100644 (file)
@@ -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,