]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Using ssh mountpoint
authorSilvio Rhatto <rhatto@riseup.net>
Wed, 9 Apr 2014 03:05:02 +0000 (00:05 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Wed, 9 Apr 2014 03:05:02 +0000 (00:05 -0300)
manifests/defines/ssh_local_key.pp

index 2e31bc7067f3c4d164fd2da15b0f82329ff9c029..a84b86cb2db7c69cf7744be34287c87d76cb36a4 100644 (file)
@@ -3,7 +3,7 @@ define ssh_local_key(
   $owner  = $name,
   $group  = $name,
   $home   = "/home/${owner}",
-  $source = "puppet:///modules/site_keys/${name}_id_rsa",
+  $source = "puppet:///ssh/${name}_id_rsa",
   $dest   = 'id_rsa',
   $ensure = 'present',
 ) {