control-repo/site-modules/adhoc/plans/myplan.pp

10 lines
139 B
ObjectPascal
Raw Normal View History

2021-05-12 16:10:11 +00:00
# This is a description for my plan
plan adhoc::myplan(
# input parameters go here
2021-05-12 16:10:11 +00:00
TargetSpec $targets,
) {
# plan steps go here
2021-05-12 16:10:11 +00:00
}