Puppet Class: almalinux_hardening::custom::example

Defined in:
manifests/custom/example.pp

Summary

Custom rule summary

Overview

Puppet Module to perform AlmaLinux 8 OS Hardening with CIS benchmark. Copyright © 2022 Jonas Hügli

Examples:

include almalinux_hardening::custom::example


15
16
17
18
19
20
# File 'manifests/custom/example.pp', line 15

class almalinux_hardening::custom::example {
  notify { 'Example rule':
    message  => 'You activated the example rule...',
    loglevel => 'info',
  }
}