Documentation: Add import template in dependencies example

fixes #8051
This commit is contained in:
Carlos Cesario 2014-12-10 15:17:27 -02:00 committed by Michael Friedrich
parent eb4de1884c
commit 665ce8077f
1 changed files with 2 additions and 0 deletions

View File

@ -1418,10 +1418,12 @@ further checks for the `ping4` service on host `google-dns` service should
be suppressed. This is achieved by setting the `disable_checks` attribute to `true`. be suppressed. This is achieved by setting the `disable_checks` attribute to `true`.
object Host "dsl-router" { object Host "dsl-router" {
import "generic-host"
address = "192.168.1.1" address = "192.168.1.1"
} }
object Host "google-dns" { object Host "google-dns" {
import "generic-host"
address = "8.8.8.8" address = "8.8.8.8"
} }