diff options
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, + } +} |