aboutsummaryrefslogtreecommitdiff
path: root/manifests/params.pp
blob: 1270a536a5c3be0eaa3c475b6fcecff0c32a148e (plain)
1
2
3
4
5
6
7
8
9
10
11
# Class: dhcp::params
#
# Do NOT include this class - it won't do anything.
# Set variables for names and paths
#
class dhcp::params {
  $config_dir = '/etc/dhcp'
  $srv_dhcpd = 'isc-dhcp-server'
  $service_pattern = '/usr/sbin/dhcpd'
  $server_template = "${module_name}/dhcpd.conf.debian.erb"
}