Just trying to get help here.

My puppetdb server is called puppet-server3. My dashboard server is 
puppet-server2. I can run inventory commands against my puppetdb and get 
results.

For example - i have a puppet-client2.test.net machine running the puppet 
agent

[root@puppet-server3 ~]# curl -H "Accept: application/json" 
'http://localhost:8080/status/nodes/puppet-client2.test.net'
{
  "name" : "puppet-client2.test.net",
  "deactivated" : null,
  "catalog_timestamp" : "2012-12-13T17:55:28.704Z",
  "facts_timestamp" : "2012-12-13T17:55:28.534Z"

So that tells me the puppetdb is holding facts about my puppet agent

For the dashboard, what inventory server do I specify in settings.yml? It 
is the puppetdb server (puppet-server3.test.net)

# Hostname of the inventory server.
inventory_server: 'puppet-server3.test.net'

# Port for the inventory server.
inventory_port: 8081

Do I need to set up SSL certs between the dashboard server and the puppetdb 
server?

Any help would be appreciated

Cheers,
Oli

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/puppet-users/-/QAfTY4yJgb0J.
To post to this group, send email to puppet-users@googlegroups.com.
To unsubscribe from this group, send email to 
puppet-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.

Reply via email to