]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Variable fix
authorSilvio Rhatto <rhatto@riseup.net>
Sun, 16 Mar 2014 19:41:12 +0000 (16:41 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sun, 16 Mar 2014 19:41:12 +0000 (16:41 -0300)
manifests/defines/ssh_local_key.pp

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