Files
chef/site-cookbooks/kosmos-parity
Greg Karékinian 826b008fc0 Split node config into separate recipes, support account creation
The account is automatically created and added to the list of accounts
that are unlocked (can send without a password)
2017-05-03 18:24:57 +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