From: Silvio Rhatto Date: Fri, 12 Apr 2013 00:20:44 +0000 (-0300) Subject: More coding style X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=e1bc11308b66409d2d0735df5fa16261925c13c9;p=puppet-ikiwiki.git More coding style --- diff --git a/manifests/init.pp b/manifests/init.pp index 74edacd..08e4815 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -23,5 +23,4 @@ class ikiwiki( group => root, mode => 755, } - } diff --git a/manifests/instance.pp b/manifests/instance.pp index a8ed0d9..6ff0443 100644 --- a/manifests/instance.pp +++ b/manifests/instance.pp @@ -1,17 +1,17 @@ define ikiwiki::instance( - $ensure = 'present', - $base_url = $domain, - $description = false, - $adminuser = 'yourname', - $adminemail = 'me@example.org', - $account_creation_password = false, - $add_plugins = false, - $disable_plugins = false, - $protocol = 'https', - $owner = $name, - $group = $name, - $home = "/home/$owner", - $create_ssh_key = false + $ensure = 'present', + $base_url = $domain, + $description = false, + $adminuser = 'yourname', + $adminemail = 'me@example.org', + $account_creation_password = false, + $add_plugins = false, + $disable_plugins = false, + $protocol = 'https', + $owner = $name, + $group = $name, + $home = "/home/$owner", + $create_ssh_key = false ) { $desc = $description ? {