Writing plans

Plans allow you to run more than one task with a single command, compute values for the input to a task, process the results of tasks, or make decisions based on the result of running a task.

Write plans in the Puppet language, giving them a .pp extension, and placing them in the module's /plans directory.

Plans can use any combination of Bolt functions or built-in Puppet functions.