From 16f38f30d96bc444fa7297825301b6fe8b189d1e Mon Sep 17 00:00:00 2001 From: Leif Johansson Date: Wed, 25 Jul 2018 15:51:09 +0200 Subject: [PATCH] fix parameter name --- global/overlay/etc/puppet/manifests/cosmos-site.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global/overlay/etc/puppet/manifests/cosmos-site.pp b/global/overlay/etc/puppet/manifests/cosmos-site.pp index cabf7cff..e9aae72e 100644 --- a/global/overlay/etc/puppet/manifests/cosmos-site.pp +++ b/global/overlay/etc/puppet/manifests/cosmos-site.pp @@ -791,7 +791,7 @@ class nagios_monitor { 'qa.proxy.eidas.swedenconnect.se'] nagioscfg::host {$public_hosts: } nagioscfg::service {'check_public_ssl_cert': - host_list => $public_hosts, + host_name => $public_hosts, check_command => 'check_ssl_cert_3!30!14!443', description => 'check https certificate validity on port 443', contact_groups => ['alerts']