- puppet node --help
|
| |
| |
| USAGE: puppet node <action> [--terminus _TERMINUS] |
| |
| This subcommand interacts with node objects, which are used by Puppet to |
| build a catalog. A node object consists of the node's facts, environment, |
| node parameters (exposed in the parser as top-scope variables), and classes. |
| |
| OPTIONS: |
| --render-as FORMAT - The rendering format to use. |
| --verbose - Whether to log verbosely. |
| --debug - Whether to log debug information. |
| --terminus _TERMINUS - The indirector terminus to use. |
| |
| ACTIONS: |
| clean Clean up signed certs, cached facts, node objects, and reports |
| for a node stored by the puppetmaster |
| deactivate Deactivate a set of nodes in PuppetDB |
| decrypt Decrypt a value using the agent's own certificate |
| encrypt Encrypt a value using a specified agent's certificate |
| exports Return the exports of nodes from puppetdb |
| find Retrieve a node object. |
| info Print the default terminus class for this face. |
| purge Deactivate nodes, delete from inventory, delete PuppetDB data, |
| and clean node info from the primary |
| status Fetch the current status for a set of nodes in PuppetDB |
| |
| TERMINI: classifier, exec, json, memory, msgpack, plain, puppetdb, rest, store_configs, yaml |
| |
| See 'puppet help node' or 'man puppet-node' for full help. |
| # |