changed 'output' to 'dhcp_hosts' in dhcp plugin and README

This commit is contained in:
David Allen 2025-01-07 12:50:52 -07:00
parent 531ad8881d
commit 8915a28258
Signed by: towk
GPG key ID: 793B2924A49B3A3F
2 changed files with 3 additions and 3 deletions

View file

@ -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(),
"output": output,
"dhcp_hosts": output,
}, params.Templates)
}