aboutsummaryrefslogtreecommitdiff
path: root/manifests/utils/storage/archive.pp
blob: 58920a99e6b7578a5be596850226bdf1b14f0d94 (plain)
1
2
3
4
5
class nodo::utils::storage::archive {
  package { [ 'git-annex', 'jigdo-file', 'youtube-dl' ]:
    ensure => installed,
  }
}