aboutsummaryrefslogtreecommitdiff
path: root/manifests/authorized_user_ids.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/authorized_user_ids.pp
parent7218eb738f4d4cbcade57cdf72c7cd6c878cd60e (diff)
downloadpuppet-monkeysphere-dc884e878793fccf3439ce58c68ad104943ad061.tar.gz
puppet-monkeysphere-dc884e878793fccf3439ce58c68ad104943ad061.tar.bz2
style fixes
Diffstat (limited to 'manifests/authorized_user_ids.pp')
-rw-r--r--manifests/authorized_user_ids.pp7
1 files changed, 6 insertions, 1 deletions
diff --git a/manifests/authorized_user_ids.pp b/manifests/authorized_user_ids.pp
index d400890..09fd182 100644
--- a/manifests/authorized_user_ids.pp
+++ b/manifests/authorized_user_ids.pp
@@ -1,4 +1,9 @@
-define monkeysphere::authorized_user_ids( $user_ids, $dest_dir = '/root/.monkeysphere', $dest_file = 'authorized_user_ids', $group = '') {
+define monkeysphere::authorized_user_ids(
+ $user_ids,
+ $dest_dir = '/root/.monkeysphere',
+ $dest_file = 'authorized_user_ids',
+ $group = '') {
+
$user = $title
$calculated_group = $group ? {
'' => $user,