summaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
authorroot <root@wilhelm.netwichtig.de>2018-09-07 21:06:48 +0300
committerroot <root@wilhelm.netwichtig.de>2018-09-07 21:06:48 +0300
commit17900b0075c68808e9f33908fb9fac4563e490fc (patch)
tree3c550a3fa31b21b227ae3e4a911fdbae7cf17107 /manifests/init.pp
Updates/downdates for puppet4 and adding wilhelm
downgrade hiera config move modules to expected path rewrite apt::config module remove obsolete variables from manifests
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp9
1 files changed, 9 insertions, 0 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
new file mode 100644
index 0000000..fde9661
--- /dev/null
+++ b/manifests/init.pp
@@ -0,0 +1,9 @@
+class logcheck ($reportlevel = lookup('logcheck_reportlevel')) {
+ class {
+ "::${name}::install": ;
+ "::${name}::config":
+ reportlevel => $reportlevel,
+ ;
+ }
+}
+