From 2e0ab30d80e8d4ac6be0049954c2b5f5c5c8b762 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Wed, 9 Apr 2014 00:06:29 -0300 Subject: Using ssh mountpoint --- manifests/autossh/instance.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}", } -- cgit v1.2.3