From f824e461ccf415c2c5df6168927bd15df26ff517 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Wed, 1 Oct 2014 15:25:54 -0300 Subject: Ensure latest git-annex --- manifests/utils/storage/archive.pp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'manifests') diff --git a/manifests/utils/storage/archive.pp b/manifests/utils/storage/archive.pp index 2ebd361..ab8c333 100644 --- a/manifests/utils/storage/archive.pp +++ b/manifests/utils/storage/archive.pp @@ -1,5 +1,9 @@ class nodo::utils::storage::archive { - package { [ 'git-annex', 'jigdo-file' ]: + package { 'git-annex': + ensure => latest, + } + + package { 'jigdo-file': ensure => installed, } } -- cgit v1.2.3