You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Being able to define an endpoint with a custom port number like this
@@icinga2::object::endpoint { 'lb01':
host => 'lb01',
port => 59501,
}
Current Behavior
Above statement results in error message:
Error while evaluating a Resource Statement, Icinga2::Object::Endpoint[lb01.fahnedom.local]: parameter 'port' expects a match for Stdlib::Ensure::Service = Enum['running', 'stopped'], got 59501
Expected Behavior
Being able to define an endpoint with a custom port number like this
Current Behavior
Above statement results in error message:
Possible Solution
In manifests/object/endpoint.pp:
I guess $port should not be of type Service.
The text was updated successfully, but these errors were encountered: