-
Notifications
You must be signed in to change notification settings - Fork 105
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove duplicate name key from Accounts::User::Resource #476
Remove duplicate name key from Accounts::User::Resource #476
Conversation
@apcheamitru - Any chance you could resolve the email address and CLA requirements so this can get merged? |
61bf9f6
to
58cad06
Compare
Signed-off-by: Alex Cheamitru <[email protected]>
Signed-off-by: Alex Cheamitru <[email protected]>
58cad06
to
dec3c32
Compare
because the accpetance tests are failing under puppet8 because of this bug: puppetlabs/puppetlabs-accounts#476
Until the PR is merged I use:
|
@@ -18,7 +18,6 @@ | |||
Optional[gid] => Accounts::User::Uid, | |||
Optional[group] => Accounts::User::Name, | |||
Optional[groups] => Array[Accounts::User::Name], | |||
Optional[name] => Accounts::User::Name, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is that actually a duplicate? I don't see it again
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
During the time it took to get this PR approved, someone else made a commit that removed the duplicate entry.
Summary
Remove duplicate name key from
Accounts::User::Resource
type.Related Issues (if any)
#475
Checklist
puppet apply
)