summaryrefslogtreecommitdiff
path: root/lib/chef/resource/kernel_module.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/resource/kernel_module.rb')
-rw-r--r--lib/chef/resource/kernel_module.rb12
1 files changed, 6 insertions, 6 deletions
diff --git a/lib/chef/resource/kernel_module.rb b/lib/chef/resource/kernel_module.rb
index 8b39b0e1d6..882f9de975 100644
--- a/lib/chef/resource/kernel_module.rb
+++ b/lib/chef/resource/kernel_module.rb
@@ -17,16 +17,16 @@ class Chef
introduced "14.3"
property :modname, String,
- description: "An optional property to set the kernel module name if it differs from the resource block's name.",
- name_property: true, identity: true
+ description: "An optional property to set the kernel module name if it differs from the resource block's name.",
+ name_property: true, identity: true
property :load_dir, String,
- description: "The directory to load modules from.",
- default: "/etc/modules-load.d"
+ description: "The directory to load modules from.",
+ default: "/etc/modules-load.d"
property :unload_dir, String,
- description: "The modprobe.d directory.",
- default: "/etc/modprobe.d"
+ description: "The modprobe.d directory.",
+ default: "/etc/modprobe.d"
action :install do
description "Load kernel module, and ensure it loads on reboot."