logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Puppet Apply - Execute Manifests Locally | Online Free DevTools by Hexmos

Apply Puppet manifests locally with Puppet Apply. Automate system configuration and manage infrastructure as code. Free online tool, no registration required.

puppet-apply

Apply Puppet manifests locally. More information: https://github.com/puppetlabs/puppet/blob/main/references/man/apply.md.

  • 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}}

See Also