aboutsummaryrefslogtreecommitdiff
path: root/manifests/auth_capable_user.pp
diff options
context:
space:
mode:
authorAntoine Beaupré <anarcat@koumbit.org>2013-10-16 15:17:19 -0400
committerAntoine Beaupré <anarcat@koumbit.org>2013-10-16 15:17:19 -0400
commitdc884e878793fccf3439ce58c68ad104943ad061 (patch)
treef13da9a881f137bde2bce5f7bd941cfe6a0dbed0 /manifests/auth_capable_user.pp
parent7218eb738f4d4cbcade57cdf72c7cd6c878cd60e (diff)
downloadpuppet-monkeysphere-dc884e878793fccf3439ce58c68ad104943ad061.tar.gz
puppet-monkeysphere-dc884e878793fccf3439ce58c68ad104943ad061.tar.bz2
style fixes
Diffstat (limited to 'manifests/auth_capable_user.pp')
-rw-r--r--manifests/auth_capable_user.pp7
1 files changed, 5 insertions, 2 deletions
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