summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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}",
}