Setup Piwik with MariaDB + Nginx
TODO: List your supported platforms.
Key | Type | Description | Default |
---|---|---|---|
['piwik']['user'] | String | Unix owner of project | vagrant |
Include piwik
in your node's run_list
:
{
"run_list": [
"recipe[piwik::default]"
]
}
Author:: Kamil Zajac ([email protected])