mirror of
https://github.com/davidallendj/configurator.git
synced 2025-12-20 03:27:02 -07:00
generator: fixed issue where dnsmasq plugin did not output correctly
This commit is contained in:
parent
88d365155f
commit
a651d70dfa
1 changed files with 1 additions and 1 deletions
|
|
@ -66,6 +66,6 @@ func (g *DNSMasq) Generate(config *config.Config, params Params) (FileMap, error
|
|||
"plugin_name": g.GetName(),
|
||||
"plugin_version": g.GetVersion(),
|
||||
"plugin_description": g.GetDescription(),
|
||||
"dhcp-hosts": output,
|
||||
"output": output,
|
||||
}, params.Templates)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue