Skip to content

Commit

Permalink
Adding some chef-rundeck-specific config values.
Browse files Browse the repository at this point in the history
  • Loading branch information
leftathome committed Jun 6, 2013
1 parent 6c49cd1 commit 6d0ae6e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion spec/support/client.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
log_level :info
log_level :debug
log_location STDOUT
chef_server_url "https://api.opscode.com/organizations/chef-rundeck"
web_ui_url "https://manage.opscode.com"
client_key "#{ENV["TRAVIS_BUILD_DIR"]}" + "/spec/support/travis.pem"
node_name "travis"
username "travis"

0 comments on commit 6d0ae6e

Please sign in to comment.