-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
with puppet8 creating users with passwords fails: #9320
Comments
@hboetes based on the file path The failure to set a password is likely due to using an older libshadow with Ruby 3.2. We fixed that in puppetlabs/puppet-runtime@ae12465#diff-2333ab30a29f3376327884a83099d69548a03c1f7937f4846acc8ac42bbfcd9e The augeas warning was also fixed in puppetlabs/puppet-runtime@3b22df1 I cannot reproduce the issue on RHEL8:
|
Hi there Josh, thanks for your reply. You are right on all points, this was puppet-8.3.1 on Fedora 39. And now I installed the Fedora 36 release, by installing the puppet-7 release package, changing the yum repo file to puppet 8 and then installing the latest puppet8 release 8.6.0 and things are working again. So to summarize:
Quite the dilemma. |
Hi @hboetes , we have a team currently working on creating official packages for Fedora 40, and we are working on making our build process more accessible. I'm going to close out this issue and point you to Fedora 40 packages when they are released. Thank you! |
I just manually build a puppet-8.6.0 package for fedora-40, copied from rawhide and that also doesn't fix the issue, even though it's using ruby-3.3.0 I figuratively can't wait until the official fedora 40 packages have been released.
|
It's now been three weeks and fedora 40 has been out for over 2 weeks. What's the status on the updated packages? |
@mhashizume It's now been four weeks and fedora 40 has been out for over three weeks. What's the status on the updated packages? |
Describe the Bug
with puppet8 creating users with passwords fails:
Expected Behavior
With puppet8 creating users with passwords succeeds:
Steps to Reproduce
Or the same with:
And if you don't sensitive the password, you get this:
Notice the empty password.
The text was updated successfully, but these errors were encountered: