From 12cc12be775345b25f671b370b7b1468bb560b63 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 5 Jul 2024 12:37:43 -0300 Subject: Minor improvements at nodo::subsystem::modprobe::module and nodo::subsystem::sensors --- manifests/subsystem/modprobe/module.pp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'manifests/subsystem/modprobe') diff --git a/manifests/subsystem/modprobe/module.pp b/manifests/subsystem/modprobe/module.pp index 21ec4ed..21b7398 100644 --- a/manifests/subsystem/modprobe/module.pp +++ b/manifests/subsystem/modprobe/module.pp @@ -14,6 +14,9 @@ # # Check also https://wiki.archlinux.org/title/Kernel_module#Automatic_module_loading # https://unix.stackexchange.com/questions/189670/whats-the-difference-of-etc-modules-load-d-and-etc-modules +# +# In the future, this definition can also manage /etc/modprobe.d/ entries. +# define nodo::subsystem::modprobe::module( $ensure = 'present', ){ -- cgit v1.2.3