Skip to content

Commit 80e033e

Browse files
authored
provider/chef: Updating the provider_test comments to remove a company name (hashicorp#10197)
1 parent fbf2771 commit 80e033e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

builtin/providers/chef/provider_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ import (
1919
// tests work:
2020
// CHEF_SERVER_URL to the base URL as described above.
2121
// CHEF_CLIENT_NAME to the name of the client object you created.
22-
// CHEF_PRIVATE_KEY_FILE to the path to the private key file you created.
22+
// CHEF_KEY_MATERIAL the key file contents.
2323
//
2424
// You will probably need to edit the global permissions on your Chef
2525
// Server account to allow this client (or all clients, if you're lazy)
2626
// to have both List and Create access on all types of object:
27-
// https://manage.chef.io/organizations/saymedia/global_permissions
27+
// https://manage.chef.io/organizations/yourorg/global_permissions
2828
//
2929
// With all of that done, you can run like this:
3030
// make testacc TEST=./builtin/providers/chef

0 commit comments

Comments
 (0)