Skip to content

Commit

Permalink
fix #527 Syntax error custom data type logfacility
Browse files Browse the repository at this point in the history
  • Loading branch information
lbetz committed Feb 12, 2019
1 parent d5d743b commit 8559349
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/logfacility.pp
Original file line number Diff line number Diff line change
@@ -1 +1 @@
type Icinga2::LogFacility = [Variant[Enum['LOG_AUTH', 'LOG_AUTHPRIV', 'LOG_CRON', 'LOG_DAEMON', 'LOG_FTP', 'LOG_KERN', 'LOG_LPR', 'LOG_MAIL', 'LOG_NEWS', 'LOG_SYSLOG', 'LOG_USER', 'LOG_UUCP'], Pattern[/^LOG_LOCAL[0-7]$/]]
type Icinga2::LogFacility = Variant[Enum['LOG_AUTH', 'LOG_AUTHPRIV', 'LOG_CRON', 'LOG_DAEMON', 'LOG_FTP', 'LOG_KERN', 'LOG_LPR', 'LOG_MAIL', 'LOG_NEWS', 'LOG_SYSLOG', 'LOG_USER', 'LOG_UUCP'], Pattern[/^LOG_LOCAL[0-7]$/]]

0 comments on commit 8559349

Please sign in to comment.