summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2009-05-26 00:26:43 +0200
committermh <mh@immerda.ch>2009-05-26 00:26:43 +0200
commit6aa2b9e24b81c96c37ab6808301c0657dcc80be0 (patch)
treee4066952073d4005e5b17b3feececd7d4c238070
parent53251725cbce3950ce3b6e05b30d68baf165875e (diff)
fixed copy&paste error
-rw-r--r--manifests/managed.pp4
1 files changed, 3 insertions, 1 deletions
diff --git a/manifests/managed.pp b/manifests/managed.pp
index 81ea2de..849bba4 100644
--- a/manifests/managed.pp
+++ b/manifests/managed.pp
@@ -108,7 +108,9 @@ define user::managed(
User[$name]{
uid => $uid,
}
-f $gid != 'absent' {
+ }
+
+ if $gid != 'absent' {
if $gid == 'uid' {
if $uid != 'absent' {
$real_gid = $uid