Skip to content

Commit

Permalink
fix encoding issue (closes #55)
Browse files Browse the repository at this point in the history
  • Loading branch information
deric committed Oct 28, 2016
1 parent fd56d4a commit a3a5cf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/user.pp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Parameters:
#
# * [allowdupe] - Whether to allow duplicate UIDs. Defaults to false.
# * [comment] - A description of the user. Generally the users full name.
# * [comment] - A description of the user. Generally the user's full name.
#
define accounts::user(
$uid = undef,
Expand Down

0 comments on commit a3a5cf6

Please sign in to comment.