diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2014-04-09 00:06:29 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2014-04-09 00:06:29 -0300 |
commit | 2e0ab30d80e8d4ac6be0049954c2b5f5c5c8b762 (patch) | |
tree | 90c71a06c0207b38e6dae38ef0535d598fb0b4bd /manifests/autossh/instance.pp | |
parent | 82ddcfd7a455982ddd6011e606baf7479a5a506d (diff) | |
download | puppet-tunnel-2e0ab30d80e8d4ac6be0049954c2b5f5c5c8b762.tar.gz puppet-tunnel-2e0ab30d80e8d4ac6be0049954c2b5f5c5c8b762.tar.bz2 |
Using ssh mountpoint
Diffstat (limited to 'manifests/autossh/instance.pp')
-rw-r--r-- | manifests/autossh/instance.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/autossh/instance.pp b/manifests/autossh/instance.pp index 504162f..a9b306f 100644 --- a/manifests/autossh/instance.pp +++ b/manifests/autossh/instance.pp @@ -58,7 +58,7 @@ define tunnel::autossh::instance( mode => 0644, owner => 0, group => 0, - source => "puppet:///modules/site_keys/${user}_id_${keytype}.pub", + source => "puppet:///ssh/${user}_id_${keytype}.pub", require => File["${ssh_dir}"], tag => "${tag}", } |