mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-25 22:54:57 +02:00
Fix syntax error in type validators.
This commit is contained in:
parent
82f63d7eda
commit
11282b875e
@ -221,7 +221,7 @@ type Service {
|
|||||||
%attribute string "*"
|
%attribute string "*"
|
||||||
},
|
},
|
||||||
|
|
||||||
%attribute array "export_macros"
|
%attribute array "export_macros",
|
||||||
|
|
||||||
%attribute array "users" {
|
%attribute array "users" {
|
||||||
%attribute string "*"
|
%attribute string "*"
|
||||||
@ -254,7 +254,7 @@ type Notification {
|
|||||||
%attribute string "*"
|
%attribute string "*"
|
||||||
},
|
},
|
||||||
|
|
||||||
%attribute array "export_macros"
|
%attribute array "export_macros",
|
||||||
|
|
||||||
%attribute array "users" {
|
%attribute array "users" {
|
||||||
%attribute string "*"
|
%attribute string "*"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user