Puppet Explorer help

203 views
Skip to first unread message

Dale Mcswain

unread,
Mar 1, 2016, 11:43:17 AM3/1/16
to Puppet Users
I am running puppet 4 and puppetdb 3.2 on Redhat 7.

Following the instructions for puppet Explorer I ran:
puppet module install spotify-puppetexplorer

Now how do I access puppet explorer? localhost:? 
Yes I am new to puppet. 

Thanks
Dale

Ruben Laban

unread,
Mar 1, 2016, 2:39:34 PM3/1/16
to puppet...@googlegroups.com
Hi Dale,

On 1-3-2016 16:38, Dale Mcswain wrote:
> I am running puppet 4 and puppetdb 3.2 on Redhat 7.
>
> Following the instructions for puppet Explorer I ran:
> puppet module install spotify-puppetexplorer

Next step would be something like:

node 'node.name' {
class { 'puppetexplorer': }
}

This would go into your site.pp, replacing node.name with the name of
the node you want to run puppetexplorer on, obviously.

Alternatively, put:

classes:
- puppetexplorer

In the nodes yaml file within your hiera data directory.

> Now how do I access puppet explorer? localhost:?

After the next puppet run on node.name, you should be able to reach it
via https://node.name/

> Yes I am new to puppet.

As am I, so the above could very well not be 100% accurate ;-)

Regards,
Ruben
Reply all
Reply to author
Forward
0 new messages