Project

General

Profile

« Previous | Next » 

Revision 6cd78804

Added by Ohad Levy over 13 years ago

  • ID 6cd78804e99ff2d9279b80c8338a57fb34cd45f6

added dhcp vendor type and configuration files into settings

View differences:

config/settings.yml
---
# enable TFTP management
# Enable TFTP management
:tftp: true
:tftproot: /tmp/tftpboot
# enable DNS management
# Enable DNS management
:dns: true
:dns_key: /home/proxy/keys/Kapi.+157+47848.private
# enable DHCP management
# Enable DHCP management
:dhcp: true
# The vendor can be either isc or native_ms
:dhcp_vendor: isc
# Settings for Ubuntu ISC
#:dhcp_config: /etc/dhcp3/dhcpd.conf
#:dhcp_leases: /var/lib/dhcp3/dhcpd.leases
# Settings for Redhat ISC
:dhcp_config: etc/dhcpd.conf
:dhcp_leases: etc/dhcpd.leases
# enable PuppetCA management
#:puppetca: true

Also available in: Unified diff