Always use latest/stable channel for bitcoind snap

This commit is contained in:
Basti 2020-08-16 16:20:43 +02:00
parent 4889f40c6a
commit 476316e13b
Signed by untrusted user: basti
GPG Key ID: 9F88009D31D99C72

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 --channel=0.19/stable"
execute "snap install bitcoin-core --channel=latest/stable"
bitcoin_user = node['bitcoin']['username']
bitcoin_group = node['bitcoin']['usergroup']