mirror of
https://github.com/inspec/inspec
synced 2024-11-14 17:07:09 +00:00
Four more resources
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
This commit is contained in:
parent
72ff1cee7f
commit
19a0803a71
4 changed files with 8 additions and 0 deletions
2
lib/inspec/resources/linux_kernel_parameter.rb
Normal file
2
lib/inspec/resources/linux_kernel_parameter.rb
Normal file
|
@ -0,0 +1,2 @@
|
|||
# This is just here to make the dynamic loader happy.
|
||||
require "inspec/resources/kernel_parameter"
|
2
lib/inspec/resources/parse_config_file.rb
Normal file
2
lib/inspec/resources/parse_config_file.rb
Normal file
|
@ -0,0 +1,2 @@
|
|||
# This is just here to make the dynamic loader happy.
|
||||
require "inspec/resources/parse_config"
|
2
lib/inspec/resources/rabbitmq_conf.rb
Normal file
2
lib/inspec/resources/rabbitmq_conf.rb
Normal file
|
@ -0,0 +1,2 @@
|
|||
# This is just here to make the dynamic loader happy.
|
||||
require "inspec/resources/rabbitmq_config.rb"
|
2
lib/inspec/resources/windows_registry_key.rb
Normal file
2
lib/inspec/resources/windows_registry_key.rb
Normal file
|
@ -0,0 +1,2 @@
|
|||
# This is just here to make the dynamic loader happy.
|
||||
require "inspec/resources/registry_key.rb"
|
Loading…
Reference in a new issue