[Puppet Users] Puppet Enterprise 2019.2.1 is now available!

2019-11-14 Thread Jed Gresham
The latest patch for Puppet Enterprise, 2019.2.1, is now available. This is a backward-compatible release that contains several bug fixes affecting upgrades. For the full list of changes, check out the release notes: https://puppet.com/docs/pe/2019.2/release_notes_pe_index.html Download PE 2019.2

[Puppet Users] Re: Managing a local users password with puppet on EL7

2019-11-14 Thread jmp242
Sorry, the second one is also wrapped with Sensitive() Sensitive(pw_hash('$password', 'SHA-512', 'oursalt')), -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to

[Puppet Users] Managing a local users password with puppet on EL7

2019-11-14 Thread jmp242
I'm not sure what's going on, but when I try and log in to XFCE using the local user account, I just get "Something went wrong". I've verified the password - but I wonder if I'm misunderstanding the puppet docs on the hashing, because it's obvious the password I have isn't working. My line cr