blob: 1d5eca1b04c4452093d874ea104f24ae272b9d8d [file]
type Ssh::Syslog_facility = Enum[
'DAEMON',
'USER',
'AUTH',
'LOCAL0',
'LOCAL1',
'LOCAL2',
'LOCAL3',
'LOCAL4',
'LOCAL5',
'LOCAL6',
'LOCAL7',
'AUTHPRIV', # this is not documented, but it is what EL 7 uses
]