puppet
all
Manage and automate the configuration of servers. Puppet uses a declarative language to define system configurations and apply them automatically. Some subcommands, such as `agent` and `apply`, have their own usage documentation.
More info →Subcommands (2)
Options (3)
-t, --testbooleanRun the Puppet agent to fetch and apply configurations from the master
Example:
puppet agent {{[-t|--test]}}-h, --helpbooleanDisplay general help
Example:
puppet {{[-h|--help]}}-V, --versionbooleanDisplay version
Example:
puppet {{[-V|--version]}}Examples (7)
Apply a Puppet manifest file to configure the system
puppet apply path/to/file.ppApply a manifest in no operation (dry-run) mode to preview changes
puppet apply --noop path/to/file.ppValidate the syntax of a Puppet manifest
puppet parser validate path/to/file.ppRun the Puppet agent to fetch and apply configurations from the master
puppet agent [-t|--test]Display general help
puppet [-h|--help]Display version
puppet [-V|--version]made by @shridhargupta | data from tldr-pages