From e1bc11308b66409d2d0735df5fa16261925c13c9 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 11 Apr 2013 21:20:44 -0300 Subject: More coding style --- manifests/init.pp | 1 - manifests/instance.pp | 26 +++++++++++++------------- 2 files changed, 13 insertions(+), 14 deletions(-) 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 ? { -- cgit v1.2.3