]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Adding unstable into bitcoin sources.list
authorSilvio Rhatto <rhatto@riseup.net>
Fri, 7 Jun 2013 17:44:59 +0000 (14:44 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Fri, 7 Jun 2013 17:44:59 +0000 (14:44 -0300)
manifests/role/bitcoin.pp

index e1e7e089be78eaa777f29ad010ebcf013de8cecc..e1066d4961bf31c27b9b0282cd1f0ef4b45b650f 100644 (file)
@@ -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',
   }