Method: Inspec::Resources::MysqlConf#read_file

Defined in:
lib/resources/mysql_conf.rb

#read_file(path) ⇒ Object



116
117
118
# File 'lib/resources/mysql_conf.rb', line 116

def read_file(path)
  @files_contents[path] ||= inspec.file(path).content
end