diff options
Diffstat (limited to 'manifests/role/bitcoin.pp')
-rw-r--r-- | manifests/role/bitcoin.pp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/manifests/role/bitcoin.pp b/manifests/role/bitcoin.pp index e1e7e08..e1066d4 100644 --- a/manifests/role/bitcoin.pp +++ b/manifests/role/bitcoin.pp @@ -4,6 +4,11 @@ class nodo::role::bitcoin inherits nodo::base::vserver { include onion::socks include onion::ssh + # Needed for the bitcoind package + apt::sources_list { 'sid.conf': + content => "deb http://http.debian.net/debian/ unstable main contrib non-free\n" + } + class { 'bitcoind': daemon_args => '-daemon -nolisten -proxy=127.0.0.1:9050', } |