module Inspec::InstallContextHelpers

def path_exist?(path)

def path_exist?(path)
  File.exist? path
end