mirror of
https://github.com/inspec/inspec
synced 2024-11-23 21:23:29 +00:00
Last four resources
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
This commit is contained in:
parent
19a0803a71
commit
9a2d360b71
4 changed files with 8 additions and 0 deletions
2
lib/inspec/resources/etc_hosts_allow.rb
Normal file
2
lib/inspec/resources/etc_hosts_allow.rb
Normal file
|
@ -0,0 +1,2 @@
|
|||
# This is just here to make the dynamic loader happy.
|
||||
require "inspec/resources/etc_hosts_allow_deny"
|
2
lib/inspec/resources/etc_hosts_deny.rb
Normal file
2
lib/inspec/resources/etc_hosts_deny.rb
Normal file
|
@ -0,0 +1,2 @@
|
|||
# This is just here to make the dynamic loader happy.
|
||||
require "inspec/resources/etc_hosts_allow_deny"
|
2
lib/inspec/resources/iis_website.rb
Normal file
2
lib/inspec/resources/iis_website.rb
Normal file
|
@ -0,0 +1,2 @@
|
|||
# This is just here to make the dynamic loader happy.
|
||||
require "inspec/resources/iis_website.rb"
|
2
lib/inspec/resources/ppa.rb
Normal file
2
lib/inspec/resources/ppa.rb
Normal file
|
@ -0,0 +1,2 @@
|
|||
# This is just here to make the dynamic loader happy.
|
||||
require "inspec/resources/apt.rb"
|
Loading…
Reference in a new issue