control-repo/site-modules/adhoc/plans/myplan.pp
Marc McKinley ab2fc06328
Indent to level of line number (line 4) being described
Co-authored-by: Reid Vandewiele <reid@puppet.com>
2021-05-19 10:03:28 +01:00

10 lines
137 B
Puppet

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