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