From 16b46e60699625b28d36f785ba6c8b761e30942d Mon Sep 17 00:00:00 2001 From: Gunnar Beutner Date: Thu, 26 Sep 2013 10:45:40 +0200 Subject: [PATCH] Endpoint::host and Endpoint::service should be required attributes. Fixes #4752 --- components/cluster/cluster-type.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/components/cluster/cluster-type.conf b/components/cluster/cluster-type.conf index 19682bbda..0c35ddded 100644 --- a/components/cluster/cluster-type.conf +++ b/components/cluster/cluster-type.conf @@ -33,7 +33,10 @@ type ClusterListener { } type Endpoint { + %require "host", %attribute string "host", + + %require "port", %attribute string "port", %attribute array "config_files" { -- 2.40.0