diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-01-19 19:16:01 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-01-19 19:16:01 -0200 |
commit | ae891457d9c2a5cc5bcc7223e00152fdccce1d7b (patch) | |
tree | 343f3d9ab6bae0242b0b69b74de66f77d67220b4 /manifests | |
parent | 941decf65dd8758d2da0af68c3ede096ddf583c0 (diff) | |
download | puppet-nodo-ae891457d9c2a5cc5bcc7223e00152fdccce1d7b.tar.gz puppet-nodo-ae891457d9c2a5cc5bcc7223e00152fdccce1d7b.tar.bz2 |
Moving site-keys
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/subsystems/tunnel.pp | 2 |
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", } |