Bitcoin (Core) cookbook #121
@@ -25,9 +25,9 @@
|
|||||||
# THE SOFTWARE.
|
# THE SOFTWARE.
|
||||||
#
|
#
|
||||||
|
|
||||||
package 'snapd'
|
# FIXME: Switch to the snap_package resource when it gets fixed:
|
||||||
|
# https://github.com/chef/chef/issues/8827
|
||||||
snap_package 'bitcoin-core'
|
execute "snap install bitcoin-core"
|
||||||
|
|
||||||
bitcoin_user = node['bitcoin']['username']
|
bitcoin_user = node['bitcoin']['username']
|
||||||
bitcoin_group = node['bitcoin']['usergroup']
|
bitcoin_group = node['bitcoin']['usergroup']
|
||||||
|
|||||||
Reference in New Issue
Block a user