Documentation: Fix HostGroup assign example.

Fixes #6163
This commit is contained in:
Michael Friedrich 2014-05-10 15:56:51 +02:00
parent 7df7ec94d2
commit c465ec90b7
1 changed files with 2 additions and 2 deletions

View File

@ -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`.
## <a id="timeperiods"></a> Time Periods