From 9a2d360b7186137862ce5f07dae5b62eb63c722c Mon Sep 17 00:00:00 2001 From: Clinton Wolfe Date: Fri, 27 Sep 2019 14:38:30 -0400 Subject: [PATCH] Last four resources Signed-off-by: Clinton Wolfe --- lib/inspec/resources/etc_hosts_allow.rb | 2 ++ lib/inspec/resources/etc_hosts_deny.rb | 2 ++ lib/inspec/resources/iis_website.rb | 2 ++ lib/inspec/resources/ppa.rb | 2 ++ 4 files changed, 8 insertions(+) create mode 100644 lib/inspec/resources/etc_hosts_allow.rb create mode 100644 lib/inspec/resources/etc_hosts_deny.rb create mode 100644 lib/inspec/resources/iis_website.rb create mode 100644 lib/inspec/resources/ppa.rb diff --git a/lib/inspec/resources/etc_hosts_allow.rb b/lib/inspec/resources/etc_hosts_allow.rb new file mode 100644 index 000000000..30fab96da --- /dev/null +++ b/lib/inspec/resources/etc_hosts_allow.rb @@ -0,0 +1,2 @@ +# This is just here to make the dynamic loader happy. +require "inspec/resources/etc_hosts_allow_deny" diff --git a/lib/inspec/resources/etc_hosts_deny.rb b/lib/inspec/resources/etc_hosts_deny.rb new file mode 100644 index 000000000..30fab96da --- /dev/null +++ b/lib/inspec/resources/etc_hosts_deny.rb @@ -0,0 +1,2 @@ +# This is just here to make the dynamic loader happy. +require "inspec/resources/etc_hosts_allow_deny" diff --git a/lib/inspec/resources/iis_website.rb b/lib/inspec/resources/iis_website.rb new file mode 100644 index 000000000..595493650 --- /dev/null +++ b/lib/inspec/resources/iis_website.rb @@ -0,0 +1,2 @@ +# This is just here to make the dynamic loader happy. +require "inspec/resources/iis_website.rb" diff --git a/lib/inspec/resources/ppa.rb b/lib/inspec/resources/ppa.rb new file mode 100644 index 000000000..a27609af0 --- /dev/null +++ b/lib/inspec/resources/ppa.rb @@ -0,0 +1,2 @@ +# This is just here to make the dynamic loader happy. +require "inspec/resources/apt.rb"