aboutsummaryrefslogtreecommitdiff
path: root/manifests/subsystems
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-01-19 19:16:01 -0200
committerSilvio Rhatto <rhatto@riseup.net>2013-01-19 19:16:01 -0200
commitae891457d9c2a5cc5bcc7223e00152fdccce1d7b (patch)
tree343f3d9ab6bae0242b0b69b74de66f77d67220b4 /manifests/subsystems
parent941decf65dd8758d2da0af68c3ede096ddf583c0 (diff)
downloadpuppet-nodo-ae891457d9c2a5cc5bcc7223e00152fdccce1d7b.tar.gz
puppet-nodo-ae891457d9c2a5cc5bcc7223e00152fdccce1d7b.tar.bz2
Moving site-keys
Diffstat (limited to 'manifests/subsystems')
-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",
}