d5ae85cc48
Co-authored-by: Reid Vandewiele <reid@puppet.com>
10 lines
139 B
Puppet
10 lines
139 B
Puppet
# This is a description for my plan
|
|
plan adhoc::myplan(
|
|
# input parameters go here
|
|
TargetSpec $targets,
|
|
) {
|
|
|
|
# plan steps go here
|
|
|
|
}
|