mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 09:23:56 +00:00
Added clarification for options which appear multiple times
This commit is contained in:
parent
ec4e6945ea
commit
7dfaa5a415
@ -64,6 +64,11 @@ def set_config(config_file='/etc/dnsmasq.conf', follow=True, **kwargs):
|
||||
does not find it inside any files, it will append it to the main config
|
||||
file. Setting follow to False will turn off this behavior.
|
||||
|
||||
If a config option currently appears multiple times (such as dhcp-host,
|
||||
which is specified at least once per host), the new option will be added
|
||||
to the end of the main config file (and not to any includes). If you need
|
||||
an option added to a specific include file, specify it as the config_file.
|
||||
|
||||
CLI Examples::
|
||||
|
||||
salt '*' dnsmasq.set_config domain=mydomain.com
|
||||
|
Loading…
Reference in New Issue
Block a user