Skip to content

Commit 6a3de3d

Browse files
committed
Update README.md
1 parent 9f5b7ad commit 6a3de3d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,12 @@ $ knife configure
5252
```ruby
5353
$ cat solo.rb
5454

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"
55+
file_cache_path "/tmp/chef"
56+
data_bag_path "/root/chef/data_bags"
57+
encrypted_data_bag_secret "/root/chef/data_bag_key"
58+
cookbook_path [ "/root/chef/site-cookbooks",
59+
"/root/chef/cookbooks" ]
60+
role_path "/root/chef/roles"
6161
```
6262

6363
### Settings node

0 commit comments

Comments
 (0)