git.lirion.de

Of git, get, and gud

summaryrefslogtreecommitdiffstats
path: root/manifests/init.pp
blob: 4022617dcf7d07f48ac9c29e3bade14218e8e95c (plain)
1
2
3
4
5
6
7
8
9
10
11
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,
  }
}