Forrest logo
back to context overview

puppet-apply

List of commands for puppet-apply:

  • puppet-apply:tldr:15f50 puppet-apply: Execute puppet code.
    $ puppet apply --execute ${code}
    try on your machine
    explain this command
  • puppet-apply:tldr:36e63 puppet-apply: Apply a manifest.
    $ puppet apply ${path-to-manifest}
    try on your machine
    explain this command
  • puppet-apply:tldr:95f80 puppet-apply: Use a specific module and hiera config file.
    $ puppet apply --modulepath ${path-to-directory} --hiera_config ${filename} ${path-to-manifest}
    try on your machine
    explain this command
back to context overview