Skip to content

Commit

Permalink
documentation on rome_match_file_name
Browse files Browse the repository at this point in the history
  • Loading branch information
nishansubedi committed Nov 14, 2014
1 parent 56fbfb3 commit 5f34e18
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ role_path: "/home/me/roles"
custom_plugin_path: "/home/me/spork-plugins"
always_promote_remote: true
skip_berkshelf: false
role_match_file_name: true
json_options:
indent: " "
plugins:
Expand Down Expand Up @@ -134,6 +135,9 @@ The `environment_path` allows you to specify the path to where you store your ch
#### Role Path
The `role_path` allows you to specify the path to where you store your chef role json files. If this parameter is not specified, spork will default to using the first element of your cookbook_path, replacing the word "cookbooks" with "roles"

#### Role Match File Name
The `role_match_file_name` flag allows you to check whether the file name that is used to upload a role matches the role name as well. If the parameter is specified, or flag `--match-filename` is set, spork will not let you upload a role from a file unless the name matches the rolename.

#### Custom Plugin Path
The `custom_plugin_path` allows you to specify an additional directory from which to load knife-spork plugins. If this parameter is not specified or the path set does not exist, only the default plugins shipped with knife-spork will be loaded (if enabled in config)

Expand Down

0 comments on commit 5f34e18

Please sign in to comment.