diff options
author | mail_redacted_for_web | 2025-06-29 11:45:25 +0200 |
---|---|---|
committer | mail_redacted_for_web | 2025-06-29 11:45:25 +0200 |
commit | 9beda6c5bacdb3fdbeccc57141b2558b71206033 (patch) | |
tree | fc1de32452c1e3459e73abe1ed29958d322e5e9d /manifests/init.pp | |
parent | a1bb2d9c2b23b05895129ac9aa7ce5c23b65a3f1 (diff) | |
download | lirion-test-0f7bf22e457fb9d50711e46d121b5d2e7c6f076d.tar.bz2 |
Diffstat (limited to 'manifests/init.pp')
-rw-r--r-- | manifests/init.pp | 12 |
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, + } +} |