Create myplan.pp

This commit is contained in:
Marc McKinley 2021-05-12 17:10:11 +01:00 committed by GitHub
parent 499bd376c0
commit 90e3dce67b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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