We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbf2771 commit 80e033eCopy full SHA for 80e033e
1 file changed
builtin/providers/chef/provider_test.go
@@ -19,12 +19,12 @@ import (
19
// tests work:
20
// CHEF_SERVER_URL to the base URL as described above.
21
// 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.
+// CHEF_KEY_MATERIAL the key file contents.
23
//
24
// You will probably need to edit the global permissions on your Chef
25
// Server account to allow this client (or all clients, if you're lazy)
26
// to have both List and Create access on all types of object:
27
-// https://manage.chef.io/organizations/saymedia/global_permissions
+// https://manage.chef.io/organizations/yourorg/global_permissions
28
29
// With all of that done, you can run like this:
30
// make testacc TEST=./builtin/providers/chef
0 commit comments