# kosmos-parity Cookbook This cookbook installs [Parity](https://parity.io/) nodes ## Requirements ### Platforms - Ubuntu ### Chef - Chef 12.1 or later ## Attributes ### kosmos-parity::default
Key Type Description Default
['kosmos-parity']['home_path'] String The parity user's home path /home/parity
## Usage ### kosmos-parity::default Just include `kosmos-parity` in your node's `run_list`: ```json { "name":"my_node", "run_list": [ "recipe[kosmos-parity]" ] } ``` ## License and Authors Authors: * Greg Karékinian