mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-27 23:53:38 +00:00
Update cheatsheets
This commit is contained in:
21
puppet-apply
Normal file
21
puppet-apply
Normal file
@@ -0,0 +1,21 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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 configuration file:
|
||||
|
||||
`puppet apply --modulepath {{path/to/directory}} --hiera_config {{path/to/file}} {{path/to/manifest}}`
|
||||
Reference in New Issue
Block a user