Install Mconf-Home.
Ubuntu 12.04
e.g.
toaster
- mconf-home needs toaster to brown your bagel.
e.g.
Key | Type | Description | Default |
---|---|---|---|
['mconf-home']['bacon'] | Boolean | whether to include bacon | true |
Just include mconf-home
in your node's run_list
:
{
"name":"my_node",
"run_list": [
"recipe[mconf-home]"
]
}