
puppet-apply
List of commands for puppet-apply:
-
puppet-apply:tldr:15f50 puppet-apply: Execute puppet code.$ puppet apply --execute ${code}try on your machineexplain this command
-
puppet-apply:tldr:36e63 puppet-apply: Apply a manifest.$ puppet apply ${path-to-manifest}try on your machineexplain 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 machineexplain this command