[Puppet Users] Re: Trouble after Agent upgrade -- Error: Could not autoload puppet/provider/package/gem: superclass must be a Class (Module given)

2019-06-20 Thread Charlie Sharpsteen
Could you post the content of package_provider.rb? Since that is in cache/lib/facter, it is a custom fact and the specifics of its implementation could shed some light on what is happening. -Charlie On Thursday, June 20, 2019 at 1:53:34 PM UTC-7, Patrick Whitney wrote: > > Hello Everyone, > >

[Puppet Users] Trouble after Agent upgrade -- Error: Could not autoload puppet/provider/package/gem: superclass must be a Class (Module given)

2019-06-20 Thread Patrick Whitney
Hello Everyone, I hope you can help. Our puppet agent was updated to version 6.5.0 on our servers last night. Things are working fine, except for two servers are throwing the error below (SNIP #1).A little digging found I could reproduce the error by running 'facter -p' or 'puppet facts'

[Puppet Users] stdlib module causes puppet failure

2019-06-20 Thread Michael Watters
I'm having an issue with the puppetlabs-stdlib module causing compilation failures using the puppet apply command. > Error: Class 'stdlib' is already defined (file: /mnt/live/puppeteer/conf.d/puppet/modules/stdlib/manifests/init.pp, line: 16); cannot redefine (file:

Re: [Puppet Users] Puppet does not recognize bind mounts

2019-06-20 Thread Michael Watters
Thanks. I believe the issue may be that we are bind mounting paths that are bind mounts themselves. I found another way to accomplish what I need using file_line resources so everything is mounted when the system boots. On Tuesday, June 11, 2019 at 4:33:42 AM UTC-4, Bart-Jan Vrielink wrote:

[Puppet Users] fips and non fips agent rpms

2019-06-20 Thread 'slig...@verizon.net' via Puppet Users
Hello, We are using some fips and some non-fips agent. Proper agent rpm (fips or non fips based on current configuration) has been installed, however, after agent installation, if we were to update a agent from fips to non-fips or vice-a-verse, will the old agent rpm still function? Just

[Puppet Users] Sensitive type?

2019-06-20 Thread Jason McMahan
Good day, We were attempting to secure passwords appearing in files. In the node manifest we changed $password = lookup("user_cred.${username}.${domain_lookup}.password")) to $password = Sensitive(lookup( "user_cred.${username}.${domain_lookup}.password")) In the resources file it correctly