While I am not the authority on the matter, it looks like the answer is no, and
the activerecord terminus is not part of puppet 4.
https://tickets.puppetlabs.com/browse/PUP-4627
https://docs.puppet.com/puppet/4.8/lang_exported.html
https://docs.puppet.com/puppet/4.8/configuration.html#storeconfig
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.
O