Skip to content

Commit

Permalink
whitespace fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua Hoblitt committed Oct 1, 2013
1 parent 5071e9c commit 69e8010
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/server.pp
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
validate_string($group)

user { $user:
gid => [$group],
gid => [$group],
}
group { $group: }

Expand Down

0 comments on commit 69e8010

Please sign in to comment.