Hi all. In old puppet master node with puppetmaster 3.4.3 i use mysql to storŅ data. In [master] section of puppet.conf configured data to access the database:
storeconfigs = true dbadapter = mysql dbname = puppetdb dbuser = puppetdbu dbpassword = ***** dbserver = localhost it works fine. On fresh install with puppetmaster 4.8.2 I get error on client node: ======= Warning: Unable to fetch my node definition, but the agent run will continue: Warning: Error 500 on SERVER: Server Error: Could not retrieve facts for debian9-lab3: Could not find terminus active_record for indirection facts Info: Retrieving pluginfacts Info: Retrieving plugin Info: Loading facts Error: Could not retrieve catalog from remote server: Error 500 on SERVER: Server Error: Could not find terminus active_record for indirection facts Warning: Not using cache on failed catalog Error: Could not retrieve catalog; skipping run ===== Is it possible to use storeconfig in database without using puppetdb? -- 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/a3d48e4b-c946-00bd-b6cb-68397d296b00%40gmail.com. For more options, visit https://groups.google.com/d/optout.
