Skip to content

Instantly share code, notes, and snippets.

@skylerto
Last active June 2, 2021 18:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save skylerto/834bdf34292793c833ab6c5c9e836b98 to your computer and use it in GitHub Desktop.
Save skylerto/834bdf34292793c833ab6c5c9e836b98 to your computer and use it in GitHub Desktop.
default['waiver_file_name'] = node['ec2'] ? 'aws.yml' : 'on-prem.yml'
default['audit']['waiver_file'] = "#{Chef::Config[:file_cache_path]}/#{node['waiver_file_name']}"
cookbook_file "#{Chef::Config[:file_cache_path]}/#{node['waiver_file_name']}" do
source node['waiver_file_name']
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment