Hi Joe, > On 25 Aug 2016, at 21:34, Joseph Lorenzini <[email protected]> wrote: > > Hi all, > > I am encountered an odd behavior when i revoke a certificate on the puppet > master. I see this error. I am using puppet 3.7.4 on CentOS 7. > > Error: undefined method `verify_active_connections!' for > ActiveRecord::Base:Class > > This leads me to think that when a revocation is happening, the > storeconfig_backend is set to activerecord. However, i have specifically > configured /etc/puppet/puppet.conf to use puppetdb. Here's the master section > in /etc/puppet.conf > > [master] > ssl_client_header = SSL_CLIENT_S_DN > ssl_client_verify_header = SSL_CLIENT_VERIFY > > storeconfigs = true > storeconfigs_backend = puppetdb > # reports = puppetdb,tagmail > reports = puppetdb > pluginsync=true > > > Does anyone know what might be going on here?
Have you restarted the Puppet Server (or Master) process after doing the changes? Best, Martin -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/244798A7-6A39-4AED-92D5-A8C26FC65C59%40gmail.com. For more options, visit https://groups.google.com/d/optout.
