Last active
August 29, 2015 14:15
-
-
Save scarolan/00d26f8b24b42501bef5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
node.override['yum']['base']['mirrorlist'] = nil | |
log "check_node" do | |
message node['yum']['base']['mirrorlist'] | |
end | |
include_recipe 'yum-centos::default' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
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