文件名称:buzzdeee-dhcpd:管理 OpenBSD dhcpd 的 Puppet 模块
文件大小:8KB
文件格式:ZIP
更新时间:2024-06-19 20:13:58
Puppet
使用 Puppet 管理 OpenBSD 的 DHCP 服务器 该模块管理 OpenBSD 基本安装中的 DHCP 服务器守护进程。 特征 多子网支持 房东预订 仅适用于OpenBSD 用法 定义服务器及其将负责的区域。 class { 'dhcp' : dnsdomain => [ ' dc1.example.net ' , ], nameservers => [ ' 10.0.1.20 ' ], } dhcp::子网 定义子网属性 dhcp::pool { 'ops.dc1.example.net' : network => ' 10.0.1.0 ' , netmask => ' 255.255.255.0 ' , range => ' 10.0.1.100 10.0.1.200 ' , routers => ' 10.0.1.
【文件预览】:
buzzdeee-dhcpd-master
----Gemfile(476B)
----metadata.json(523B)
----Rakefile(1KB)
----.travis.yml(164B)
----README.md(966B)
----.rspec(31B)
----tests()
--------init.pp(468B)
----templates()
--------dhcpd.sharednetwork-header.erb(31B)
--------dhcpd.subnet-footer.erb(49B)
--------dhcpd.subnet-header.erb(541B)
--------dhcpd.conf-header.erb(333B)
--------dhcpd.conf-footer.erb(2B)
--------dhcpd.host.erb(587B)
--------dhcpd.sharednetwork-footer.erb(34B)
----.gitignore(26B)
----manifests()
--------init.pp(937B)
--------sharednetwork.pp(505B)
--------host.pp(441B)
--------subnet.pp(583B)
--------params.pp(302B)