chef/roles/parity.rb
2017-05-09 00:02:07 +02:00

8 lines
140 B
Ruby

name 'parity'
run_list %w(
recipe[kosmos-parity::from_package]
recipe[kosmos-parity::node_dev]
recipe[kosmos-parity::node_testnet]
)