Advertisement
Guest User

Untitled

a guest
Feb 20th, 2017
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. current_dir = File.dirname(__FILE__)
  2. log_level :info
  3. log_location STDOUT
  4. node_name "bruce"
  5. client_key "#{current_dir}/bruce.pem"
  6. validation_client_name "company-validator"
  7. validation_key "#{current_dir}/company-validator.pem"
  8. chef_server_url "https://URL/organizations/company"
  9. syntax_check_cache_path "#{ENV['HOME']}/.chef/syntaxcache"
  10. cookbook_path ["#{current_dir}/../cookbooks"]
  11. knife[:azure_publish_settings_file] = "#{current_dir}/Enterprise Dev-Test-Microsoft Azure Enterprise-2-20-2017-credentials.publishsettings"
  12. knife[:azure_mgmt_cert] = "~/managementCertificate.pem"
  13. knife[:azure_subscription_id] = "specific subscription id i want to work with"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement