summaryrefslogtreecommitdiff
path: root/manifests/inotify.pp
blob: 491fb04de73083e9db061a8a8b5e5d02cbc0da5e (plain)
1
2
3
4
5
class reprepro::inotify {
  package { 'inoticoming':
    ensure => 'present',
  }
}