diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-06-07 14:48:38 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-06-07 14:48:38 -0300 |
commit | aff8517a0a22a65224324c3ac90bd9a9b25a842f (patch) | |
tree | a594dac9ee64dd9b249b69e43a043683537a98fc /manifests/role | |
parent | 5c722f01eed9f9e2bf385c80bc9ffeb5fa50245b (diff) | |
download | puppet-nodo-aff8517a0a22a65224324c3ac90bd9a9b25a842f.tar.gz puppet-nodo-aff8517a0a22a65224324c3ac90bd9a9b25a842f.tar.bz2 |
OOps
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" } |