summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2014-04-09 00:06:29 -0300
committerSilvio Rhatto <rhatto@riseup.net>2014-04-09 00:06:29 -0300
commit2e0ab30d80e8d4ac6be0049954c2b5f5c5c8b762 (patch)
tree90c71a06c0207b38e6dae38ef0535d598fb0b4bd
parent82ddcfd7a455982ddd6011e606baf7479a5a506d (diff)
downloadpuppet-tunnel-2e0ab30d80e8d4ac6be0049954c2b5f5c5c8b762.tar.gz
puppet-tunnel-2e0ab30d80e8d4ac6be0049954c2b5f5c5c8b762.tar.bz2
Using ssh mountpoint
-rw-r--r--manifests/autossh/instance.pp2
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}",
}