Created
November 3, 2008 19:15
-
-
Save hjkp/21954 to your computer and use it in GitHub Desktop.
This file contains 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
# | |
# Cookbook Name:: chef | |
# Attribute File:: client.rb | |
# | |
require 'open_uri' | |
log_level :info | |
log_location STDOUT | |
file_store_path "/var/chef/file_store" | |
file_cache_path "/var/chef/cache" | |
ssl_verify_mode :verify_none | |
registration_url "http://127.0.0.1:4000" | |
openid_url "http://127.0.0.1:4001" | |
template_url "http://127.0.0.1:4000" | |
remotefile_url "http://127.0.0.1:4000" | |
search_url "http://127.0.0.1:4000" | |
node_name open("http://http://169.254.169.254/latest/meta-data/instance-id").gets | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment