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