aboutsummaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-04-11 17:05:47 -0300
committerSilvio Rhatto <rhatto@riseup.net>2013-04-11 17:05:47 -0300
commit0a12d5a093c6a962a045df3f581d7a9b00954c43 (patch)
tree03268a29a9c9f2d0310f572dda250242d58bd5a0 /manifests
parent6f7a28d95e447f7368459de4f998d9d1d8c4f961 (diff)
downloadpuppet-ikiwiki-0a12d5a093c6a962a045df3f581d7a9b00954c43.tar.gz
puppet-ikiwiki-0a12d5a093c6a962a045df3f581d7a9b00954c43.tar.bz2
Home should default to owner's home
Diffstat (limited to 'manifests')
-rw-r--r--manifests/instance.pp2
1 files changed, 1 insertions, 1 deletions
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,