mirror of
https://github.com/inspec/inspec
synced 2025-02-17 06:28:40 +00:00
Fix missing requires in toml, postgres_conf resources
toml was missing json postgres_conf was missing object_traversal Signed-off-by: Miah Johnson <miah@chia-pet.org>
This commit is contained in:
parent
7fb177a691
commit
94f14bae20
2 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
# copyright: 2015, Vulcano Security GmbH
|
||||
|
||||
require 'utils/object_traversal'
|
||||
require 'utils/simpleconfig'
|
||||
require 'utils/find_files'
|
||||
require 'utils/file_reader'
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
# author: Nolan Davidson
|
||||
|
||||
require 'tomlrb'
|
||||
require 'inspec/resources/json'
|
||||
|
||||
module Inspec::Resources
|
||||
class TomlConfig < JsonConfig
|
||||
|
|
Loading…
Add table
Reference in a new issue