File: syslogfacility.pp

package info (click to toggle)
puppet-module-horizon 27.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,132 kB
  • sloc: ruby: 2,102; pascal: 712; python: 33; sh: 15; makefile: 10
file content (10 lines) | stat: -rw-r--r-- 135 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
type Horizon::SyslogFacility = Enum[
  'local0',
  'local1',
  'local2',
  'local3',
  'local4',
  'local5',
  'local6',
  'local7',
]