We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f5b7ad commit 6a3de3dCopy full SHA for 6a3de3d
README.md
@@ -52,12 +52,12 @@ $ knife configure
52
```ruby
53
$ cat solo.rb
54
55
-file_cache_path "/tmp/chef-repo"
56
-data_bag_path "/root/chef-repo/data_bags"
57
-encrypted_data_bag_secret "/root/chef-repo/data_bag_key"
58
-cookbook_path [ "/root/chef-repo/site-cookbooks",
59
- "/root/chef-repo/cookbooks" ]
60
-role_path "/root/chef-repo/roles"
+file_cache_path "/tmp/chef"
+data_bag_path "/root/chef/data_bags"
+encrypted_data_bag_secret "/root/chef/data_bag_key"
+cookbook_path [ "/root/chef/site-cookbooks",
+ "/root/chef/cookbooks" ]
+role_path "/root/chef/roles"
61
```
62
63
### Settings node
0 commit comments