Skip to content

Commit

Permalink
Fix User resource title when $user != $name
Browse files Browse the repository at this point in the history
  • Loading branch information
mcanevet committed May 22, 2015
1 parent e40ee96 commit 042b3b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/account.pp
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
}
ensure_resource(
user,
$name,
$user,
$_hash
)
}
Expand Down

0 comments on commit 042b3b0

Please sign in to comment.