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