puppet apply
Apply Puppet manifests locally.
- 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}
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).