Paladox has submitted this change and it was merged. (
https://gerrit.wikimedia.org/r/359800 )
Change subject: Update ssh check to check for Linux OS too
......................................................................
Update ssh check to check for Linux OS too
Change-Id: Iaf6e41c7c64bef3eaad07c18fc4791c34b5a787c
---
M templates/services.conf.erb
1 file changed, 1 insertion(+), 1 deletion(-)
Approvals:
Paladox: Verified; Looks good to me, approved
diff --git a/templates/services.conf.erb b/templates/services.conf.erb
index 5152bbf..6782025 100644
--- a/templates/services.conf.erb
+++ b/templates/services.conf.erb
@@ -49,7 +49,7 @@
check_command = "ssh"
- assign where (host.address || host.address6) && host.vars.os == "Linux"
+ assign where (host.address || host.address6) && (host.vars.os == "Linux"
|| host.vars.os == "Linux OS")
}
apply Service for (http_vhost => config in host.vars.http_vhosts) {
--
To view, visit https://gerrit.wikimedia.org/r/359800
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Iaf6e41c7c64bef3eaad07c18fc4791c34b5a787c
Gerrit-PatchSet: 2
Gerrit-Project: labs/icinga2
Gerrit-Branch: master
Gerrit-Owner: Paladox <[email protected]>
Gerrit-Reviewer: Paladox <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits