aboutsummaryrefslogtreecommitdiff
path: root/manifests/utils/storage/archive.pp
blob: 508b96cfe8d603be78f5271721c4dc12adace6e1 (plain)
1
2
3
4
5
6
7
8
9
class nodo::utils::storage::archive {
  package { 'git-annex':
    ensure => latest,
  }

  package { [ 'jigdo-file', 'fdupes' ]:
    ensure => installed,
  }
}