Clarify statement on role files with chef-solo
This commit is contained in:
parent
56be8cb393
commit
e335725106
|
@ -97,6 +97,9 @@ end
|
||||||
Just like the cookbooks path, the roles path is relative to the project
|
Just like the cookbooks path, the roles path is relative to the project
|
||||||
root if a relative path is given.
|
root if a relative path is given.
|
||||||
|
|
||||||
|
**Note:** The name of the role file must be the same as the role name.
|
||||||
|
For example the `web` role must be in the `roles_path` as web.json or web.rb.
|
||||||
|
|
||||||
## Data Bags
|
## Data Bags
|
||||||
|
|
||||||
[Data bags](http://docs.opscode.com/essentials_data_bags.html) are also
|
[Data bags](http://docs.opscode.com/essentials_data_bags.html) are also
|
||||||
|
|
Loading…
Reference in New Issue