diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2010-05-29 16:34:00 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2010-05-29 16:34:00 -0300 |
commit | 71950f342643bed2fff5f7b982db926b8a9633fa (patch) | |
tree | 33dfc42a7ea41e1ffb91c8fadd0fe46ffed71f3a | |
parent | a0fa9a5bba9934825a7f01fc2ba33131694727a6 (diff) | |
download | puppet-nodo-71950f342643bed2fff5f7b982db926b8a9633fa.tar.gz puppet-nodo-71950f342643bed2fff5f7b982db926b8a9633fa.tar.bz2 |
Minor cleanup
-rw-r--r-- | manifests/subsystems/tunnel.pp | 1 |
1 files changed, 0 insertions, 1 deletions
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" |