summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Doherty <cdoherty@chef.io>2015-11-09 16:23:23 -0800
committerChris Doherty <cdoherty@chef.io>2015-11-09 16:23:23 -0800
commita5ec64eeb6c0847912520ce422a535db0d3801a5 (patch)
tree45d4ab8102c57c5d81aa2a2e1a127c060194c592
parent562a254f12aebec0aeeb5a042d9d79d96612853e (diff)
downloadchef-cd/upgrade-pedant.tar.gz
Add 'default_orgname' to pedant_config.rb.cd/upgrade-pedant
-rw-r--r--spec/support/pedant/pedant_config.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/support/pedant/pedant_config.rb b/spec/support/pedant/pedant_config.rb
index 487bf106da..6f3a2cbbfb 100644
--- a/spec/support/pedant/pedant_config.rb
+++ b/spec/support/pedant/pedant_config.rb
@@ -129,4 +129,5 @@ self[:tags] = [:validation, :authentication, :authorization]
verify_error_messages false
use_default_org true
+default_orgname 'chef_client_pedant_org'
chef_server 'http://localhost:8889' \ No newline at end of file