This cookbook is to install the work around for using the Magento PageCache plugin where support for 1.8.0.0+ is not offered. More details regarding the issue can be found here.
This cookbook should only be used until the community version is updated, then this cookbook should be removed from your run list. This should be run after Magento has been installed.
- Chef 11+
- Cookbooks:
aptgitmagentovarnish
| Key | Type | Description | Default |
|---|---|---|---|
default['rax_mag_patch']['dest_dir'] |
String | Path to Magento installation | node['magento']['dir'] |
TODO: Write usage instructions for each cookbook.
e.g.
Just include rax-mag-patch in your node's run_list:
{
"name":"my_node",
"run_list": [
"recipe[rax-mag-patch]"
]
}- Fork the repository on Github
- Create a named feature branch (like
add_component_x) - Write your change
- Write tests for your change (if applicable)
- Run the tests, ensuring they all pass
- Submit a Pull Request using Github
Authors: Brint O'Hearn (brint.ohearn@rackspace.com)