aboutsummaryrefslogtreecommitdiff
path: root/manifests/subsystems/utils/storage.pp
blob: 6a52e1606517e04452311a260f90eba38d795a0c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# Common utilities for storage
class utils::storage {
  package { 'clamav':
    ensure => installed,
  }
}

class utils::storage::archive {
  package { 'git-annex':
    ensure => installed,
  }
}