From 79b785e25afd663bb8de2d807b00485c60a8f998 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sat, 29 May 2010 14:59:13 -0300 Subject: Typo --- manifests/subsystems/tunnel.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests/subsystems/tunnel.pp') diff --git a/manifests/subsystems/tunnel.pp b/manifests/subsystems/tunnel.pp index f034c61..860dade 100644 --- a/manifests/subsystems/tunnel.pp +++ b/manifests/subsystems/tunnel.pp @@ -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" -- cgit v1.2.3