]> gitweb.fluxo.info Git - puppet-user.git/commitdiff
Minor fix
authorSilvio Rhatto <rhatto@riseup.net>
Sat, 9 Oct 2010 20:22:37 +0000 (17:22 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sat, 9 Oct 2010 20:22:37 +0000 (17:22 -0300)
manifests/init.pp

index bf1f658e28275ab9b17022411f67be3194d7e6ca..bdae082d6d1b6389f3af4b81287bc84ec023aeeb 100644 (file)
@@ -114,8 +114,8 @@ class user {
         groups     => $real_groups,
         membership => $membership,
         password   => $password,
-        uid        => $real_uid ? { false => undef, default => $real_uid }
-        gid        => $real_gid ? { false => undef, default => $real_gid }
+        uid        => $real_uid ? { false => undef, default => $real_uid },
+        gid        => $real_gid ? { false => undef, default => $real_gid },
         tag        => $tag,
       }