git.lirion.de

Of git, get, and gud

summaryrefslogtreecommitdiffstats
path: root/site-modules/adhoc/plans/myplan.pp
blob: 6a523728c7b5e43de6e64e7ab7c704858dfb5b56 (plain)
1
2
3
4
5
6
7
8
9
# This is a description for my plan
plan adhoc::myplan(
  # input parameters go here
  TargetSpec $targets,
) {

# plan steps go here

}