git.lirion.de

Of git, get, and gud

summaryrefslogtreecommitdiffstats
path: root/site-modules/adhoc/plans/myplan.pp
blob: 1512c311e1f180ec9a12a1224d2f5c43a35a7291 (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

}