aboutsummaryrefslogtreecommitdiff
path: root/manifests/subsystem/modprobe/module.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/subsystem/modprobe/module.pp')
-rw-r--r--manifests/subsystem/modprobe/module.pp3
1 files changed, 3 insertions, 0 deletions
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',
){