Skip to content

Commit

Permalink
enable setting of bind_host and bind_port for feature::api
Browse files Browse the repository at this point in the history
  • Loading branch information
aschaber1 committed Mar 1, 2017
1 parent 44180f7 commit 2c3fc96
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions manifests/feature/api.pp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 2c3fc96

Please sign in to comment.