]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Ensure latest git-annex
authorSilvio Rhatto <rhatto@riseup.net>
Wed, 1 Oct 2014 18:25:54 +0000 (15:25 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Wed, 1 Oct 2014 18:25:54 +0000 (15:25 -0300)
manifests/utils/storage/archive.pp

index 2ebd3610efdd9907618483ce59ec959697a5e0d1..ab8c3334f8ec20e4fb294af25138a97c791dff7a 100644 (file)
@@ -1,5 +1,9 @@
 class nodo::utils::storage::archive {
-  package { [ 'git-annex', 'jigdo-file' ]:
+  package { 'git-annex':
+    ensure => latest,
+  }
+
+  package { 'jigdo-file':
     ensure => installed,
   }
 }