From: Silvio Rhatto Date: Sun, 16 Mar 2014 20:05:38 +0000 (-0300) Subject: Variable fix X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=c932e6a12c2a558e6dfa0e08ac54911b6c507f8a;p=puppet-ikiwiki.git Variable fix --- diff --git a/manifests/instance.pp b/manifests/instance.pp index e5aef09..e73fba2 100644 --- a/manifests/instance.pp +++ b/manifests/instance.pp @@ -13,7 +13,7 @@ define ikiwiki::instance( $cgi = '1', $discussion = '1', $manage_ssh_key = false, - $home = '/home/$owner', + $home = "/home/${owner}", ) { case $ensure { 'present': {