Greg Karékinian e2b483eb3f Generate the config files using a TOML parser
Now we don't need to change both the template and the resources to add
options
2017-05-03 09:53:45 +02:00
..
2017-05-02 17:43:02 +02:00
2017-05-02 17:43:02 +02:00

kosmos-parity Cookbook

This cookbook installs Parity 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:

{
  "name":"my_node",
  "run_list": [
    "recipe[kosmos-parity]"
  ]
}

License and Authors

Authors:

  • Greg Karékinian