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