From 0ec879b421742244e44ac2aa915b61b9369d8104 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 7 Jun 2013 14:47:20 -0300 Subject: Ensuring we have the latest bitcoind --- manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests') 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": -- cgit v1.2.3