From dc884e878793fccf3439ce58c68ad104943ad061 Mon Sep 17 00:00:00 2001 From: Antoine Beaupré Date: Wed, 16 Oct 2013 15:17:19 -0400 Subject: style fixes --- manifests/auth_capable_user.pp | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'manifests/auth_capable_user.pp') diff --git a/manifests/auth_capable_user.pp b/manifests/auth_capable_user.pp index bab81f1..497407c 100644 --- a/manifests/auth_capable_user.pp +++ b/manifests/auth_capable_user.pp @@ -2,8 +2,11 @@ # in the monkeysphere. This is intended to be the same as generated a # password-less ssh key # -define monkeysphere::auth_capable_user ( $expire = "1y", $length = "2048", - $uid_name = undef, $email = undef ) { +define monkeysphere::auth_capable_user ( + $expire = "1y", + $length = "2048", + $uid_name = undef, + $email = undef ) { $user = $title -- cgit v1.2.3