Updated generator plugins
This commit is contained in:
parent
7c266e6406
commit
f8f76342ac
3 changed files with 14 additions and 6 deletions
|
|
@ -65,8 +65,11 @@ func (g *Dhcpd) Generate(config *configurator.Config, opts ...util.Option) (gene
|
|||
}
|
||||
}
|
||||
return generator.ApplyTemplates(generator.Mappings{
|
||||
"compute_nodes": compute_nodes,
|
||||
"node_entries": "",
|
||||
"plugin_name": g.GetName(),
|
||||
"plugin_version": g.GetVersion(),
|
||||
"plugin_description": g.GetDescription(),
|
||||
"compute_nodes": compute_nodes,
|
||||
"node_entries": "",
|
||||
}, target.Templates...)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue