aboutsummaryrefslogtreecommitdiff
path: root/manifests/subsystem/sysctl.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2020-05-12 12:28:59 -0300
committerSilvio Rhatto <rhatto@riseup.net>2020-05-12 12:28:59 -0300
commit96e24f32215c1732de31ab6e708320550d63f693 (patch)
treebeb222ead6f5d75c3f3eea8e8ec0b73999db7957 /manifests/subsystem/sysctl.pp
parent8b030ec9db165007af0254978c96f742dccc2235 (diff)
downloadpuppet-nodo-96e24f32215c1732de31ab6e708320550d63f693.tar.gz
puppet-nodo-96e24f32215c1732de31ab6e708320550d63f693.tar.bz2
Feat: apply kernel panic reboot measure to all roles
Diffstat (limited to 'manifests/subsystem/sysctl.pp')
-rw-r--r--manifests/subsystem/sysctl.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/subsystem/sysctl.pp b/manifests/subsystem/sysctl.pp
index 1f2cfda..51361be 100644
--- a/manifests/subsystem/sysctl.pp
+++ b/manifests/subsystem/sysctl.pp
@@ -1,4 +1,5 @@
class nodo::subsystem::sysctl {
+ class { 'nodo::subsystem::sysctl::panic': }
class { 'nodo::subsystem::sysctl::disable_ipv6': }
class { 'nodo::subsystem::sysctl::tcp_challenge_ack_limit': }
class { 'nodo::subsystem::sysctl::unprivileged_bpf_disabled': }