aboutsummaryrefslogtreecommitdiff
path: root/manifests/role/bitcoin.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-06-07 14:48:38 -0300
committerSilvio Rhatto <rhatto@riseup.net>2013-06-07 14:48:38 -0300
commitaff8517a0a22a65224324c3ac90bd9a9b25a842f (patch)
treea594dac9ee64dd9b249b69e43a043683537a98fc /manifests/role/bitcoin.pp
parent5c722f01eed9f9e2bf385c80bc9ffeb5fa50245b (diff)
downloadpuppet-nodo-aff8517a0a22a65224324c3ac90bd9a9b25a842f.tar.gz
puppet-nodo-aff8517a0a22a65224324c3ac90bd9a9b25a842f.tar.bz2
OOps
Diffstat (limited to 'manifests/role/bitcoin.pp')
-rw-r--r--manifests/role/bitcoin.pp2
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"
}