From: Silvio Rhatto Date: Sat, 29 May 2010 19:34:00 +0000 (-0300) Subject: Minor cleanup X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=71950f342643bed2fff5f7b982db926b8a9633fa;p=puppet-nodo.git Minor cleanup --- diff --git a/manifests/subsystems/tunnel.pp b/manifests/subsystems/tunnel.pp index 70822ea..6113d33 100644 --- a/manifests/subsystems/tunnel.pp +++ b/manifests/subsystems/tunnel.pp @@ -2,7 +2,6 @@ class tunnel { User <<| tag == "autossh-$fqdn" |>> File <<| tag == "autossh-$fqdn" |>> - Ssh_authorized_key <<| tag == "autossh-$fqdn" |>> define setup($ensure = present, $user = $hostname, $host, $localport, $hostport, $sshport = '22', $keytype = 'dsa') { $dir = "/var/backups/remote/$user.$domain"