From: Silvio Rhatto Date: Fri, 7 Jun 2013 17:47:20 +0000 (-0300) Subject: Ensuring we have the latest bitcoind X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=0ec879b421742244e44ac2aa915b61b9369d8104;p=puppet-bitcoind.git Ensuring we have the latest bitcoind --- diff --git a/manifests/init.pp b/manifests/init.pp index 549e9ce..768c3f2 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -9,7 +9,7 @@ class bitcoind( } package { 'bitcoind': - ensure => installed, + ensure => latest, } group { "bitcoin":