]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Minor cleanup
authorSilvio Rhatto <rhatto@riseup.net>
Sat, 29 May 2010 19:34:00 +0000 (16:34 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sat, 29 May 2010 19:34:00 +0000 (16:34 -0300)
manifests/subsystems/tunnel.pp

index 70822ead3c4ce2a9ea6dba31074515d81d04dce6..6113d336063f87c0a800ff96a73ca0716049b881 100644 (file)
@@ -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"