From: Silvio Rhatto Date: Thu, 11 Apr 2013 20:05:47 +0000 (-0300) Subject: Home should default to owner's home X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=0a12d5a093c6a962a045df3f581d7a9b00954c43;p=puppet-ikiwiki.git Home should default to owner's home --- diff --git a/manifests/instance.pp b/manifests/instance.pp index a8d3e4e..c15da13 100644 --- a/manifests/instance.pp +++ b/manifests/instance.pp @@ -1,7 +1,7 @@ define ikiwiki::instance($base_url = $domain, $ensure = 'present', $description = false, $adminuser = 'yourname', $adminemail = 'me@example.org', $instance = 'ikiwiki', $account_creation_password = false, $add_plugins = false, $disable_plugins = false, - $protocol = 'https', $owner = $name, $group = $name, $home = "/home/$name", $ssh_localhost_auth = false) { + $protocol = 'https', $owner = $name, $group = $name, $home = "/home/$owner", $ssh_localhost_auth = false) { $desc = $description ? { false => $title,