From: Silvio Rhatto Date: Sat, 19 Jan 2013 21:16:01 +0000 (-0200) Subject: Moving site-keys X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=ae891457d9c2a5cc5bcc7223e00152fdccce1d7b;p=puppet-nodo.git Moving site-keys --- 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", }