]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Typo
authorSilvio Rhatto <rhatto@riseup.net>
Sat, 29 May 2010 17:59:13 +0000 (14:59 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sat, 29 May 2010 17:59:13 +0000 (14:59 -0300)
manifests/subsystems/tunnel.pp

index f034c61474a4373d8bfbd1fd91d813839a804289..860dade28c20ddcc730301cc31ea696c4028549b 100644 (file)
@@ -2,7 +2,7 @@ class tunnel {
 
   User <<| tag == "autossh-$fqdn" |>>
   File <<| tag == "autossh-$fqdn" |>>
-  Ssh_authorized_key <<| tag == "autossh-$real_backupserver_tag" |>>
+  Ssh_authorized_key <<| tag == "autossh-$fqdn" |>>
 
   define setup($ensure = present, $user = $hostname, $host, $localport, $hostport, $sshport = '22', $keytype = 'dsa') {
     $dir     = "/var/backups/remote/$user"