Sha256: b47173defa22b9f925052d44b1c4ce45378f0c10b01f7206f215b9d2190dc5f9
Contents?: true
Size: 826 Bytes
Versions: 90
Compression:
Stored size: 826 Bytes
Contents
current_dir = File.expand_path('~/.chef') organization = 'infochimps' username = 'mrflip' cookbook_root = ENV['PATH_TO_COOKBOOK_REPOS'] || File.expand_path('~/ics/sysadmin') ironfan_path File.expand_path(cookbook_root+'/ironfan') keypair_path File.expand_path(current_dir+"/keypairs") cookbook_path [ "ironfan/cookbooks", "ironfan/site-cookbooks", ].map{|path| File.join(cookbook_root, path) } cluster_path [ 'ironfan/clusters', ].map{|path| File.join(cookbook_root, path) } node_name username validation_client_name "chef-validator" validation_key "#{keypair_path}/#{organization}-validator.pem" client_key "#{keypair_path}/#{username}-client_key.pem" chef_server_url "https://api.opscode.com/organizations/#{organization}"
Version data entries
90 entries across 90 versions & 1 rubygems