summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-06-07 14:47:20 -0300
committerSilvio Rhatto <rhatto@riseup.net>2013-06-07 14:47:20 -0300
commit0ec879b421742244e44ac2aa915b61b9369d8104 (patch)
tree668f8f5eae2854f4b22c16e1a1a740c863aa802b
parent8ba82fa7dd6e24f29e129a216b0c82b2107dec38 (diff)
downloadpuppet-bitcoind-0ec879b421742244e44ac2aa915b61b9369d8104.tar.gz
puppet-bitcoind-0ec879b421742244e44ac2aa915b61b9369d8104.tar.bz2
Ensuring we have the latest bitcoind
-rw-r--r--manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
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":