diff options
Diffstat (limited to 'manifests')
| -rw-r--r-- | manifests/utils/storage/archive.pp | 6 | 
1 files changed, 5 insertions, 1 deletions
| 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,    }  } | 
