Skip to content

Commit

Permalink
Update service.rst
Browse files Browse the repository at this point in the history
Ther wa an errors in the duplicate_foreach section.
We have to put a "$" at the end of the line and there is missing "," between each KEY
  • Loading branch information
nslythe committed Jul 10, 2015
1 parent 4715b8d commit e1e72f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/source/08_configobjects/service.rst
Expand Up @@ -334,8 +334,8 @@ duplicate_foreach
define host {
host_name linux-server
...
_partitions var $(/var)$ root $(/)
_openvpns vpn1 $(tun1)$$(10.8.0.1)$ vpn2 $(tun2)$$(192.168.3.254)$
_partitions var $(/var)$, root $(/)$
_openvpns vpn1 $(tun1)$$(10.8.0.1)$, vpn2 $(tun2)$$(192.168.3.254)$
...
}

Expand Down

0 comments on commit e1e72f6

Please sign in to comment.