/usr/share/zentyal/modules/dhcp.yaml is in zentyal-dhcp 2.3.8+quantal1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 | class: 'EBox::DHCP'
depends:
- network
- objects
enabledepends:
- network
models:
- Interfaces
- DynamicDNS
- LeaseTimes
- RangeInfo
- FixedAddressTable
- Options
- RangeTable
- ThinClientOptions
composites:
InterfaceConfiguration: [OptionsTab, RangeInfo, RangeTable, FixedAddressTable]
OptionsTab: [Options, DynamicDNS, AdvancedOptions]
AdvancedOptions: [LeaseTimes, ThinClientOptions]
modeldepends:
DynamicDNS:
dns/DomainTable: [dynamic_domain, custom]
FixedAddressTable:
objects/ObjectTable: [object]
Options:
dns/DomainTable: [ebox]
network/GatewayTable: [name]
foreign:
Interfaces: [InterfaceConfiguration]
notifyactions:
ThinClientOptions: [dhcp/FixedAddressTable, dhcp/RangeTable]
|