From 476316e13b509eb575c2fa70ed1a387a6cec68c6 Mon Sep 17 00:00:00 2001 From: Sebastian Kippe Date: Sun, 16 Aug 2020 16:20:43 +0200 Subject: [PATCH] Always use latest/stable channel for bitcoind snap --- site-cookbooks/kosmos-bitcoin/recipes/snapd.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site-cookbooks/kosmos-bitcoin/recipes/snapd.rb b/site-cookbooks/kosmos-bitcoin/recipes/snapd.rb index 5d233aa..7970f59 100644 --- a/site-cookbooks/kosmos-bitcoin/recipes/snapd.rb +++ b/site-cookbooks/kosmos-bitcoin/recipes/snapd.rb @@ -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']