From: Silvio Rhatto Date: Sun, 16 Mar 2014 19:41:12 +0000 (-0300) Subject: Variable fix X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=99db24c24f9dae32a573b7d33eb8ed4feb3494b4;p=puppet-nodo.git Variable fix --- diff --git a/manifests/defines/ssh_local_key.pp b/manifests/defines/ssh_local_key.pp index c997326..be6ccd8 100644 --- a/manifests/defines/ssh_local_key.pp +++ b/manifests/defines/ssh_local_key.pp @@ -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',