On Dec 13, 2012, at 4:09 PM, vioilly wrote:

> 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 do not need to make any changes to your dashboard server. Instead, you need 
to modify two files and add one file to your puppet master. See step 2 on this 
page for the details: 
http://docs.puppetlabs.com/puppetdb/1/connect_puppet_master.html#step-2-edit-config-files

--
Peter

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
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