moved dhcpd configuration to host templating
This commit is contained in:
@@ -34,7 +34,6 @@ type DhcpConf struct {
|
||||
RangeStart string `yaml:"range start"`
|
||||
RangeEnd string `yaml:"range end"`
|
||||
SystemdName string `yaml:"systemd name"`
|
||||
ConfigFile string `yaml:"config file,omitempty"`
|
||||
}
|
||||
|
||||
type TftpConf struct {
|
||||
|
||||
@@ -19,7 +19,6 @@ func defaultConfig() *ControllerConf {
|
||||
RangeStart: "192.168.200.50",
|
||||
RangeEnd: "192.168.200.99",
|
||||
SystemdName: "dhcpd",
|
||||
ConfigFile: "/etc/dhcp/dhcpd.conf",
|
||||
}
|
||||
Tftp := &TftpConf{
|
||||
Enabled: true,
|
||||
|
||||
Reference in New Issue
Block a user