]> gitweb.fluxo.info Git - puppet-bitcoind.git/commitdiff
Ensuring we have the latest bitcoind
authorSilvio Rhatto <rhatto@riseup.net>
Fri, 7 Jun 2013 17:47:20 +0000 (14:47 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Fri, 7 Jun 2013 17:47:20 +0000 (14:47 -0300)
manifests/init.pp

index 549e9ce790f1a1bad2d112af470e426626e2ce7a..768c3f23e7dff6f84161afb81faeaa5fc4217b51 100644 (file)
@@ -9,7 +9,7 @@ class bitcoind(
   }
 
   package { 'bitcoind':
-    ensure => installed,
+    ensure => latest,
   }
 
   group { "bitcoin":