Skip to content

Instantly share code, notes, and snippets.

@scarolan
Last active August 29, 2015 14:15
Show Gist options
  • Save scarolan/00d26f8b24b42501bef5 to your computer and use it in GitHub Desktop.
Save scarolan/00d26f8b24b42501bef5 to your computer and use it in GitHub Desktop.
node.override['yum']['base']['mirrorlist'] = nil
log "check_node" do
message node['yum']['base']['mirrorlist']
end
include_recipe 'yum-centos::default'
---
driver:
name: vagrant
provisioner:
name: chef_zero
platforms:
- name: centos-6.5
suites:
- name: default
run_list:
- recipe[mirror_test::default]
attributes:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment