chef/roles/btcpay.rb

9 lines
134 B
Ruby
Raw Permalink Normal View History

2020-12-21 11:00:55 +01:00
name "btcpay"
run_list %w(
role[postgresql_client]
2020-12-21 11:00:55 +01:00
kosmos-bitcoin::dotnet
kosmos-bitcoin::nbxplorer
kosmos-bitcoin::btcpay
2020-12-21 11:00:55 +01:00
)