aboutsummaryrefslogtreecommitdiff
path: root/manifests/auth_capable_user.pp
diff options
context:
space:
mode:
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