add new chinese translations
This commit is contained in:
16
pages.zh/common/puppet-apply.md
Normal file
16
pages.zh/common/puppet-apply.md
Normal file
@@ -0,0 +1,16 @@
|
||||
# puppet apply
|
||||
|
||||
> 本地应用 Puppet 清单。
|
||||
> 更多信息:<https://puppet.com/docs/puppet/7/man/apply.html>。
|
||||
|
||||
- 应用清单:
|
||||
|
||||
`puppet apply {{path/to/manifest}}`
|
||||
|
||||
- 执行 Puppet 代码:
|
||||
|
||||
`puppet apply --execute {{code}}`
|
||||
|
||||
- 使用特定模块和 Hiera 配置文件:
|
||||
|
||||
`puppet apply --modulepath {{path/to/directory}} --hiera_config {{path/to/file}} {{path/to/manifest}}`
|
Reference in New Issue
Block a user