> I am trying to install puppetdb at debian jessie with the following packages > installed: > > puppet 3.7.2-4 > puppetdb 2.3.3-1puppetlabs1 > puppetdb-terminus 2.3.3-1puppetlabs1 > > I create the puppetdb.conf file at the conf directory with the following: > > [main] > server = puppet.example.com > port = 8081 > > But when I am trying to start the puppetdb I get: > > com.typesafe.config.ConfigException$Parse: > /etc/puppetdb/conf.d/puppetdb.conf: 2: Document has trailing tokens after > first object or array: 'server'
Your 'puppetdb.conf' belongs in /etc/puppet/puppetdb.conf, not /etc/puppetdb/conf.d/puppetdb.conf ... this configuration fails is used by the Puppet Master plugin (thats what the puppetdb-terminus package delivers). It informs the master how to communicate with the service, so its configuration file lives alongside the puppet/master configuration files. ken. -- 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/CAE4bNTnQXFNb-F2v4qQvickeSf0XaoBJBWfR%2Bj8bRqaYc_aXcA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
