inspec/lib/resources
Jeremy J. Miller 1288f90247 changing module name
Signed-off-by: Jeremy J. Miller <jm@chef.io>
2016-10-26 15:57:30 +02:00
..
apache.rb Update inspec for os[:family] change in Train 2016-08-04 13:32:35 +01:00
apache_conf.rb In ApacheConf#include_files, check for abs paths 2016-09-20 09:11:09 -04:00
apt.rb Placing all resources in the Inspec::Resources namespace 2016-03-08 13:40:16 -05:00
audit_policy.rb Placing all resources in the Inspec::Resources namespace 2016-03-08 13:40:16 -05:00
auditd_conf.rb Placing all resources in the Inspec::Resources namespace 2016-03-08 13:40:16 -05:00
auditd_rules.rb Update inspec for os[:family] change in Train 2016-08-04 13:32:35 +01:00
bash.rb remodel bash and shell wrappers 2016-04-18 11:48:42 -04:00
bond.rb rename internal File -> FileResource 2016-03-09 10:48:48 +01:00
bridge.rb Placing all resources in the Inspec::Resources namespace 2016-03-08 13:40:16 -05:00
command.rb Update inspec for os[:family] change in Train 2016-08-04 13:32:35 +01:00
csv.rb Placing all resources in the Inspec::Resources namespace 2016-03-08 13:40:16 -05:00
directory.rb rename internal File -> FileResource 2016-03-09 10:48:48 +01:00
etc_group.rb Placing all resources in the Inspec::Resources namespace 2016-03-08 13:40:16 -05:00
file.rb changing module name 2016-10-26 15:57:30 +02:00
gem.rb making the examples in the code consistent with rst docs 2016-09-21 11:33:17 +05:30
groups.rb implement filter table for group/groups resource 2016-09-23 00:53:24 +02:00
grub_conf.rb Update inspec for os[:family] change in Train 2016-08-04 13:32:35 +01:00
host.rb Update host.rb 2016-08-23 17:15:33 +02:00
iis_site.rb allow direct access to iis configuration parameters 2016-09-07 11:19:34 +02:00
inetd_conf.rb Placing all resources in the Inspec::Resources namespace 2016-03-08 13:40:16 -05:00
ini.rb Placing all resources in the Inspec::Resources namespace 2016-03-08 13:40:16 -05:00
interface.rb Use only strings in resource examples, docs and tests 2016-05-03 23:27:18 +01:00
iptables.rb Placing all resources in the Inspec::Resources namespace 2016-03-08 13:40:16 -05:00
json.rb update documentation for json resource 2016-04-16 20:16:32 -04:00
kernel_module.rb Update inspec for os[:family] change in Train 2016-08-04 13:32:35 +01:00
kernel_parameter.rb Use only strings in resource examples, docs and tests 2016-05-03 23:27:18 +01:00
limits_conf.rb Placing all resources in the Inspec::Resources namespace 2016-03-08 13:40:16 -05:00
login_def.rb Placing all resources in the Inspec::Resources namespace 2016-03-08 13:40:16 -05:00
mount.rb update mount example with include 2016-05-06 14:27:42 +01:00
mssql_session.rb fixing rubocop error 2016-07-17 14:22:04 -04:00
mysql.rb fix os exception 2016-09-02 15:24:50 +01:00
mysql_conf.rb descope calls to global File 2016-03-09 10:48:54 +01:00
mysql_session.rb Use only strings in resource examples, docs and tests 2016-05-03 23:27:18 +01:00
npm.rb Placing all resources in the Inspec::Resources namespace 2016-03-08 13:40:16 -05:00
ntp_conf.rb Placing all resources in the Inspec::Resources namespace 2016-03-08 13:40:16 -05:00
oneget.rb making the examples in the code consistent with rst docs 2016-09-21 11:33:17 +05:30
os.rb making the examples in the code consistent with rst docs 2016-09-21 11:33:17 +05:30
os_env.rb Update inspec for os[:family] change in Train 2016-08-04 13:32:35 +01:00
package.rb fixup! fixing the debian package manager - when the package is removed but not purged 2016-09-21 13:41:59 +05:30
parse_config.rb remove whitespace 2016-09-26 01:29:18 +02:00
passwd.rb expose deprecated fields in passwd 2016-05-04 15:27:58 +02:00
pip.rb fix double-space in pip to_s resource 2016-09-21 12:02:36 +02:00
port.rb Update port.rb 2016-08-25 19:57:41 +02:00
postgres.rb Improve detection of postgresql conf dir and data dir 2016-08-10 18:44:15 +02:00
postgres_conf.rb descope calls to global File 2016-03-09 10:48:54 +01:00
postgres_session.rb Placing all resources in the Inspec::Resources namespace 2016-03-08 13:40:16 -05:00
powershell.rb fix integration tests for usage with winrm v2 2016-09-05 13:36:48 +02:00
processes.rb use command instead of comm and set user column width on linux 2016-10-17 15:39:13 +01:00
registry_key.rb Missing registry keys should not exist 2016-10-05 14:55:04 +02:00
security_policy.rb return empty array for known privileges 2016-09-26 01:48:59 +02:00
service.rb Linux Mint support for service resource 2016-10-08 23:34:56 +02:00
shadow.rb fix the shadow password example now that cmp can handle arrays 2016-04-20 11:57:34 -04:00
ssh_conf.rb cleanup 2016-08-16 10:01:10 +02:00
ssl.rb ssl resource to use inspec.backend.hostname and require train 0.19.1 2016-09-16 10:41:22 +01:00
sys_info.rb Fix minor typo in sys_info documentation 2016-09-26 10:56:16 +01:00
users.rb replace wmi win32_useraccount with adsi users 2016-09-26 01:31:44 +02:00
vbscript.rb fix integration tests for usage with winrm v2 2016-09-05 13:36:48 +02:00
windows_feature.rb Update inspec for os[:family] change in Train 2016-08-04 13:32:35 +01:00
wmi.rb improve wmi resource 2016-06-19 23:40:45 +02:00
xinetd.rb handle xinetd config with only one entry 2016-08-16 17:23:22 +02:00
yaml.rb Placing all resources in the Inspec::Resources namespace 2016-03-08 13:40:16 -05:00
yum.rb Placing all resources in the Inspec::Resources namespace 2016-03-08 13:40:16 -05:00