System Grab Bag

View all TLDR pages from common (or from all pages)

puppet apply

Apply Puppet manifests locally. More information: https://puppet.com/docs/puppet/7/man/apply.html.
  • Apply a manifest:
    puppet apply {{path/to/manifest}}
  • Execute puppet code:
    puppet apply --execute {{code}}
  • Use a specific module and hiera config file:
    puppet apply --modulepath {{path/to/directory}} --hiera_config {{path/to/file}} {{path/to/manifest}}

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.