control-repo/site-modules/adhoc/plans/myplan.pp
2021-05-12 17:10:11 +01:00

10 lines
135 B
Puppet

# This is a description for my plan
plan adhoc::myplan(
# input parameters go here
TargetSpec $targets,
) {
# plan steps go here
}