Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 1.04 KB

using.markdown

File metadata and controls

29 lines (17 loc) · 1.04 KB
title layout canonical
PuppetDB 2.2 » Using PuppetDB
default
/puppetdb/latest/using.html

Currently, the main use for PuppetDB is to enable advanced features in Puppet. We expect additional applications to be built on PuppetDB as it becomes more widespread.

If you wish to build applications on PuppetDB, see the navigation sidebar for links to the API spec.

Checking Node Status

The PuppetDB plugins installed on your puppet master(s) include a status action for the node face. On your puppet master, run:

$ sudo puppet node status <node>

where <node> is the name of the node you wish to investigate. This will tell you whether the node is active, when its last catalog was submitted, and when its last facts were submitted.

Using Exported Resources

PuppetDB lets you use exported resources, which allows your nodes to publish information for use by other nodes.

See here for more about using exported resources.