From 4a6a02c137d868eec492e00a586ecebc58983096 Mon Sep 17 00:00:00 2001 From: Sebastian Kippe Date: Wed, 22 Jan 2020 13:35:52 -0500 Subject: [PATCH] Use 0.19 stable channel Instead of relying on the default channel --- 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 e9c9b03..405e6f7 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" +execute "snap install bitcoin-core --channel=0.19/stable" bitcoin_user = node['bitcoin']['username'] bitcoin_group = node['bitcoin']['usergroup']