diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-06-07 14:44:59 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-06-07 14:44:59 -0300 |
commit | 5c722f01eed9f9e2bf385c80bc9ffeb5fa50245b (patch) | |
tree | 5f8c10906a376da0767efc8f438eb459121c589e /manifests/role | |
parent | 29aee179a934ec6bc8f6fc6a4f8518a059488335 (diff) | |
download | puppet-nodo-5c722f01eed9f9e2bf385c80bc9ffeb5fa50245b.tar.gz puppet-nodo-5c722f01eed9f9e2bf385c80bc9ffeb5fa50245b.tar.bz2 |
Adding unstable into bitcoin sources.list
Diffstat (limited to 'manifests/role')
-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', } |