File: openbsd.pp

package info (click to toggle)
puppet-module-pcfens-filebeat 4.9.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 428 kB
  • sloc: ruby: 549; sh: 10; makefile: 4
file content (6 lines) | stat: -rw-r--r-- 150 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
# to manage filebeat installation on OpenBSD
class filebeat::install::openbsd {
  package {'filebeat':
    ensure => $filebeat::package_ensure,
  }
}