Here is my puppet.conf.

# This file can be used to override the default puppet settings.
# See the following links for more details on what settings are available:
# - 
https://docs.puppetlabs.com/puppet/latest/reference/config_important_settings.html
# - 
https://docs.puppetlabs.com/puppet/latest/reference/config_about_settings.html
# - https://docs.puppetlabs.com/puppet/latest/reference/config_file_main.html
# - https://docs.puppetlabs.com/references/latest/configuration.html
[main]
  certname = puppetmaster.enphaseenergy.com
  dns_alt_names = 
puppet,puppet.enphaseenergy.com,puppetmaster,puppetmaster.enphaseenergy.com
  server = puppetmaster
  environment = production
  runinterval = 1h
  strict_variables = true
  ordering = manifest
  reports = http,store
  module_repository = https://forgeapi.puppetlabs.com

[master]
  vardir = /opt/puppetlabs/server/data/puppetserver
  logdir = /var/log/puppetlabs/puppetserver
  rundir = /var/run/puppetlabs/puppetserver
  pidfile = /var/run/puppetlabs/puppetserver/puppetserver.pid
  codedir = /etc/puppetlabs/code
  reports = store
  storeconfigs = true
  environment_timeout = unlimited

[agent]
  pluginsync = true
  graph = true
  graphdir = /opt/puppetlabs/puppet/cache/state/graphs

I can’t find any more puppetdb, or fact_terminus references at all.  Unless its 
a but obscure.  I don’t know all of them so some things could be sneaking by me.

There was a puppetdb.conf file in the /etc/puppetlabs/puppet directory, but I 
moved it out, restarted puppet server and I’m still getting errors:

Error: Could not retrieve catalog from remote server: Error 400 on SERVER: 
Failed to execute 
'/pdb/cmd/v1?checksum=2e834ba5e4cdeae4ab27b04da26fa8c52cfbcfca&version=4&certname=it-lnx-01.enphaseenergy.com&command=replace_facts'
 on at least 1 of the following 'server_urls': https://puppetdb:8081

Aaarrggg!!!

From: Matthaus Owens <matth...@puppet.com><mailto:matth...@puppet.com>
Reply: puppet-users@googlegroups.com 
<puppet-users@googlegroups.com><mailto:puppet-users@googlegroups.com>
Date: June 11, 2016 at 5:37:04 PM
To: puppet-users@googlegroups.com 
<puppet-users@googlegroups.com><mailto:puppet-users@googlegroups.com>
Subject:  Re: [Puppet Users] Broken puppetdb

It seems like you still have some puppetdb settings in puppet.conf, like 
fact_terminus for example. I'd look there before uninstalling the packages.

HTH
--
Thanks,
   James “Zeke” Dehnert

Enphase Energy  |  Senior Linux Administrator

[cid:1B02820B-DE83-4B6C-96ED-39C9E80F9035]

(707)763.4787 x7636<tel://1707%207634787;7636>  // Office

GPG Fingerprint: E899 A10A 960D 4B6C 22D2 8FC2 EA5E4E81
The information contained in this message may be privileged and confidential. 
It is intended to be read only by the individual or entity to whom it is 
addressed or by their designee. If the reader of this message is not the 
intended recipient, you are on notice that any distribution of this message, in 
any form, is strictly prohibited. If you have received this message in error, 
please immediately notify the sender and delete or destroy any copy of this 
message!

-- 
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 puppet-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/etPan.575cca55.752f2e1b.1b4d%40enphaseenergy.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to