diff options
author | Stephan Renatus <srenatus@chef.io> | 2017-03-06 10:04:24 +0100 |
---|---|---|
committer | Stephan Renatus <srenatus@chef.io> | 2017-03-06 10:15:14 +0100 |
commit | b2d13e71a3b949d24356974de6d4d90d5ebffe0d (patch) | |
tree | 0bf90a6afe9f5c3b5b3fdf8a07a198caa309772d /spec/support/oc_pedant.rb | |
parent | 66a875ff63c03dcb3169dac0f01499ad4fde9fb6 (diff) | |
download | chef-zero-b2d13e71a3b949d24356974de6d4d90d5ebffe0d.tar.gz |
Make pedant read superuser/webui_key from secrets.jsonsr/add-veil-and-pedant-group
The secrets file contains what was used before: stickywicket.pem for
both webui_key and superuser_key.
Signed-off-by: Stephan Renatus <srenatus@chef.io>
Diffstat (limited to 'spec/support/oc_pedant.rb')
-rw-r--r-- | spec/support/oc_pedant.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/spec/support/oc_pedant.rb b/spec/support/oc_pedant.rb index 8d07f99..0635b6f 100644 --- a/spec/support/oc_pedant.rb +++ b/spec/support/oc_pedant.rb @@ -85,8 +85,6 @@ delete_org true # which should be the fully-qualified path /on the machine Pedant is # running on/ to a private key for that user. superuser_name "pivotal" -superuser_key key -webui_key key def cheffs_or_else_user(value) ENV["CHEF_FS"] ? "pivotal" : value |