diff --git a/manifests/feature/api.pp b/manifests/feature/api.pp index 42f040161..5d3f559e0 100644 --- a/manifests/feature/api.pp +++ b/manifests/feature/api.pp @@ -152,6 +152,8 @@ $ssl_cacert = undef, $ssl_protocolmin = undef, $ssl_cipher_list = undef, + $bind_host = undef, + $bind_port = undef, ) { $conf_dir = $::icinga2::params::conf_dir @@ -326,6 +328,8 @@ ticket_salt => $ticket_salt, tls_protocolmin => $ssl_protocolmin, cipher_list => $ssl_cipher_list, + bind_host => $bind_host, + bind_port => $bind_port, } # create endpoints and zones