Greg Karékinian 2f8de91008 Initial parity cookbook
Supports installing multiple instances of Parity on the same machine,
running on different ports

Refs #15
2017-05-02 17:43:02 +02:00

713 B

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