Puppet is the industry standard for IT automation. Enforce compliance across hybrid infrastructure with policy as code and model-driven automation. Modernize faster with Puppet DevOps consulting and infrastructure as code.

Command line interface (CLI) users can then run the plan with puppet plan run server_team::check_boot_time server_type= and Puppet Enterprise Console users are presented with a select form control where they can choose the type: This is a big improvement in user experience for the users who will run the plan and it also bakes in limited scope with respect to which nodes the plan can be run against.

CLI users can run the plan with: And Puppet Enterprise Console users will be presented with select form controls for the parameters: If the user supplies a value for either of the parameters that are not one of the enumerated options, an error will be thrown: puppet plan run server_team::echo_trusted_domain rhel_major_version=7 trusted_domain=info

Related Articles