Code

xml2cfg: Try to lookup IP for host_name
[nagixsc.git] / sample-configs / xml2cfg_tmpl / host.tmpl
index 7846d814c91c876b9ff17f93d7b655150f51cc2c..6a54e045b3eea20919a7665d7f8411aa8be81b80 100644 (file)
@@ -2,5 +2,5 @@ define host {
        use             templ_host_default
 
        host_name       %(host_name)s
-       address         127.0.0.1
+       address         %(address)s
 }