Use 0.19 stable channel

Instead of relying on the default channel
This commit is contained in:
Basti 2020-01-22 13:35:52 -05:00
parent e31f480f27
commit 4a6a02c137
Signed by untrusted user: basti
GPG Key ID: 9F88009D31D99C72
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@
# FIXME: Switch to the snap_package resource when it gets fixed:
# https://github.com/chef/chef/issues/8827
execute "snap install bitcoin-core"
execute "snap install bitcoin-core --channel=0.19/stable"
bitcoin_user = node['bitcoin']['username']
bitcoin_group = node['bitcoin']['usergroup']