git.lirion.de

Of git, get, and gud

summaryrefslogtreecommitdiffstats
path: root/site-modules/adhoc/plans/myplan.pp
diff options
context:
space:
mode:
authormail_redacted_for_web 2021-05-12 17:10:11 +0100
committermail_redacted_for_web 2021-05-12 17:10:11 +0100
commit90e3dce67ba1a8a03284ad64fd1f90bde6bb5ac6 (patch)
tree97078c3fdf4dd915e4ef2caf4711fb603522fbff /site-modules/adhoc/plans/myplan.pp
parent499bd376c0b0959b347217a6e5ce59edb50ed033 (diff)
downloadcontrol-repo-template-90e3dce67ba1a8a03284ad64fd1f90bde6bb5ac6.tar.bz2
Create myplan.pp
Diffstat (limited to 'site-modules/adhoc/plans/myplan.pp')
-rw-r--r--site-modules/adhoc/plans/myplan.pp9
1 files changed, 9 insertions, 0 deletions
diff --git a/site-modules/adhoc/plans/myplan.pp b/site-modules/adhoc/plans/myplan.pp
new file mode 100644
index 0000000..1512c31
--- /dev/null
+++ b/site-modules/adhoc/plans/myplan.pp
@@ -0,0 +1,9 @@
+# This is a description for my plan
+plan adhoc::myplan(
+# input parameters go here
+ TargetSpec $targets,
+) {
+
+# plan steps go here
+
+}