Skip to content

Commit

Permalink
Merge pull request onema#16 from onema/develop
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
onema committed Mar 5, 2014
2 parents 603e59e + 7ffdf1f commit 7e565b4
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -471,6 +471,19 @@ This recipe requires acl_setup. This recipe should be broken down into multiple
- Includes the symfony::paramconfig recipe
- Executes `php app/console cache:clear --env=prod --no-debug` if the `warmup_cache` option is **defined** in the application configuration

```json
{
"custom_env": {
"production_site": {
// ...
"warmup_cache": true,
// ...
}
}
}
```


###symfony::paramconfig
This recipe creates a custom parameters.yml using values from the custom Chef JSON entry ```"parameters"```:
```json
Expand All @@ -480,7 +493,6 @@ This recipe creates a custom parameters.yml using values from the custom Chef JS
"values" : [
// for custom environment values
],
"warmup_cache": true,
"parameters" : [
"locale: en",
"database_name: my_database_name"
Expand Down

0 comments on commit 7e565b4

Please sign in to comment.