title | layout | canonical |
---|---|---|
PuppetDB 2.3 » 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.
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.
PuppetDB lets you use exported resources, which allows your nodes to publish information for use by other nodes.