To install mediawiki, add "recipe[mediawiki::defailt]" to the runlist.
This cookbook assumes that the database may be on a different node.
| Key | Type | Description | Default |
|---|---|---|---|
| ['mediawiki']['bacon'] | Boolean | whether to include bacon | true |
TODO: Write usage instructions for each cookbook.
e.g.
Just include mediawiki in your node's run_list:
{
"name":"my_node",
"run_list": [
"recipe[mediawiki]"
]
}