BBlack has submitted this change and it was merged.

Change subject: check_ssl: don't report full SAN list on success
......................................................................


check_ssl: don't report full SAN list on success

Change-Id: I2c8bfbe4a81396a0edc50046f015c0e60f2c6fe4
---
M modules/nagios_common/files/check_commands/check_ssl
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  BBlack: Verified; Looks good to me, approved



diff --git a/modules/nagios_common/files/check_commands/check_ssl 
b/modules/nagios_common/files/check_commands/check_ssl
index 9ddcfca..7c05284 100755
--- a/modules/nagios_common/files/check_commands/check_ssl
+++ b/modules/nagios_common/files/check_commands/check_ssl
@@ -259,7 +259,7 @@
             }
         }
         if ( !$bad ) {
-            push(@ok, "Certificate $name contains all required SANs: $sans");
+            push(@ok, "Certificate $name contains all required SANs");
         }
     }
 }

-- 
To view, visit https://gerrit.wikimedia.org/r/319068
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I2c8bfbe4a81396a0edc50046f015c0e60f2c6fe4
Gerrit-PatchSet: 2
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: BBlack <[email protected]>
Gerrit-Reviewer: BBlack <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to