aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifests/subsystems/tunnel.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/subsystems/tunnel.pp b/manifests/subsystems/tunnel.pp
index a7781aa..3756df4 100644
--- a/manifests/subsystems/tunnel.pp
+++ b/manifests/subsystems/tunnel.pp
@@ -72,7 +72,7 @@ class tunnel {
mode => 0644,
owner => 0,
group => 0,
- source => "puppet:///modules/site-keys/${user}_id_${keytype}.pub",
+ source => "puppet:///modules/site_keys/${user}_id_${keytype}.pub",
require => File["${ssh_dir}"],
tag => "$tag",
}