From 5c722f01eed9f9e2bf385c80bc9ffeb5fa50245b Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 7 Jun 2013 14:44:59 -0300 Subject: Adding unstable into bitcoin sources.list --- manifests/role/bitcoin.pp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'manifests') 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', } -- cgit v1.2.3