From: Silvio Rhatto Date: Fri, 12 Apr 2013 15:21:11 +0000 (-0300) Subject: Removing unused parameter X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=a7a266d725e2a9a4bf478a8bcab6f07280b41907;p=puppet-ikiwiki.git Removing unused parameter --- diff --git a/manifests/instance.pp b/manifests/instance.pp index 068b2df..ac44fb2 100644 --- a/manifests/instance.pp +++ b/manifests/instance.pp @@ -10,7 +10,6 @@ define ikiwiki::instance( $protocol = 'https', $owner = $name, $group = $name, - $home = "/home/$owner" ) { case $ensure { 'present': {