Skip to content
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

Closed

Conversation

apcheamitru
Copy link

Summary

Remove duplicate name key from Accounts::User::Resource type.

Related Issues (if any)

#475

Checklist

  • [] 🟢 Spec tests.
  • [] 🟢 Acceptance tests.
  • Manually verified. (For example puppet apply)

@apcheamitru apcheamitru requested a review from a team as a code owner February 29, 2024 20:12
@CLAassistant
Copy link

CLAassistant commented Feb 29, 2024

CLA assistant check
All committers have signed the CLA.

kenyon added a commit to kenyon/puppet that referenced this pull request Mar 1, 2024
@ghstwhl
Copy link

ghstwhl commented Mar 7, 2024

@apcheamitru - Any chance you could resolve the email address and CLA requirements so this can get merged?

jhoblitt added a commit to lsst-it/puppet-ccs_software that referenced this pull request Mar 19, 2024
because the accpetance tests are failing under puppet8 because of this
bug: puppetlabs/puppetlabs-accounts#476
@Orest-Worhacz
Copy link

Until the PR is merged I use:

mod 'puppetlabs-accounts',
  :git    => 'https://github.com/apcheamitru/puppetlabs-accounts',
  :branch => 'bugfix/475-duplicate-name'

@@ -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,
Copy link
Collaborator

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

Copy link

@ghstwhl ghstwhl Mar 24, 2024

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.

08c59a4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants