diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2010-05-29 14:59:13 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2010-05-29 14:59:13 -0300 |
commit | 79b785e25afd663bb8de2d807b00485c60a8f998 (patch) | |
tree | e792978e22f5bae4a2afa91d9536cc0c89a1617c /manifests | |
parent | 0e9d5d3932ce5f5ef26b9d97987f847b4b84553d (diff) | |
download | puppet-nodo-79b785e25afd663bb8de2d807b00485c60a8f998.tar.gz puppet-nodo-79b785e25afd663bb8de2d807b00485c60a8f998.tar.bz2 |
Typo
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/subsystems/tunnel.pp | 2 |
1 files changed, 1 insertions, 1 deletions
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" |