Re: [Puppet Users] No subname set in the "database" config

2021-02-13 Thread Martin Alfke
Hi Spriya, are you managing puppetdb with puppetdb module? https://puppet.com/docs/puppetdb/latest/install_via_module.html node { # Configure puppetdb and its underlying database class { 'puppetdb': } # Configure the Puppet master to use puppetdb class { 'puppetdb::master::config': } }

[Puppet Users] No subname set in the "database" config

2021-02-12 Thread Spriya
Hi, I am trying to setup new open source puppetmaster and database. And i am seeing this error Feb 12 17:1* puppetdb[59445]: No subname set in the "database" config. And i have the configuration file in cat /etc/puppetlabs/puppet/puppetdb.conf [main] server_urls = https://:8081 [