Module: Chef::Mixin::PathSanity

Includes:
DefaultPaths
Defined in:
lib/chef/mixin/path_sanity.rb

Instance Method Summary collapse

Methods included from DefaultPaths

#enforce_default_paths

Instance Method Details

#enforce_path_sanity(env = ENV) ⇒ Object



26
27
28
# File 'lib/chef/mixin/path_sanity.rb', line 26

def enforce_path_sanity(env = ENV)
  enforce_default_paths(env)
end