commands.sh

puppet apply

all

Apply Puppet manifests locally.

More info →

Examples (3)

Apply a manifest

puppet apply path/to/manifest

Execute puppet code

puppet apply --execute code

Use a specific module and hiera configuration file

puppet apply --modulepath path/to/directory --hiera_config path/to/file path/to/manifest
made by @shridhargupta | data from tldr-pages