git.lirion.de

Of git, get, and gud

summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormail_redacted_for_web 2025-06-29 11:45:25 +0200
committermail_redacted_for_web 2025-06-29 11:45:25 +0200
commit9beda6c5bacdb3fdbeccc57141b2558b71206033 (patch)
treefc1de32452c1e3459e73abe1ed29958d322e5e9d
parenta1bb2d9c2b23b05895129ac9aa7ce5c23b65a3f1 (diff)
downloadlirion-test-master.tar.bz2
-rw-r--r--manifests/init.pp12
1 files changed, 12 insertions, 0 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
new file mode 100644
index 0000000..4022617
--- /dev/null
+++ b/manifests/init.pp
@@ -0,0 +1,12 @@
+# class test
+# @summary t-t-t-t-testaaaaa
+# @param dingens Zeisch mir ähm äh... DINGENS.
+class test (
+ String[1] $dingens
+) {
+ echo { 'dingens':
+ withpath => true,
+ message => $dingens,
+ loglevel => notice,
+ }
+}