From c465ec90b7926d0b2f3ac0643c5c9fa66ed1869b Mon Sep 17 00:00:00 2001 From: Michael Friedrich Date: Sat, 10 May 2014 15:56:51 +0200 Subject: [PATCH] Documentation: Fix HostGroup assign example. Fixes #6163 --- doc/3-monitoring-basics.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/3-monitoring-basics.md b/doc/3-monitoring-basics.md index e19bfcd36..18777d811 100644 --- a/doc/3-monitoring-basics.md +++ b/doc/3-monitoring-basics.md @@ -194,11 +194,11 @@ Details on the `assign where` syntax can be found [here] object HostGroup "mssql" { display_name = "MSSQL Servers" - assign where host.vars.mssql_port == 1433 + assign where host.vars.mssql_port } In this inherited example from above all hosts with the `var` `mssql_port` -set to `1433` will be added as members to the host group `mssql`. +set will be added as members to the host group `mssql`. ## Time Periods