Skip to content

Commit

Permalink
Whitespace only change to dhcp class defaults
Browse files Browse the repository at this point in the history
Conflicts:

	manifests/init.pp
  • Loading branch information
Jeff McCune committed Jun 8, 2012
1 parent cf972c0 commit 1caa8ac
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@
$dnsdomain,
$nameservers,
$ntpservers,
$dhcp_conf_header = 'INTERNAL_TEMPLATE',
$dhcp_conf_ddns = 'INTERNAL_TEMPLATE',
$dhcp_conf_pxe = 'INTERNAL_TEMPLATE',
$dhcp_conf_extra = 'INTERNAL_TEMPLATE',
$dhcp_conf_header = 'INTERNAL_TEMPLATE',
$dhcp_conf_ddns = 'INTERNAL_TEMPLATE',
$dhcp_conf_pxe = 'INTERNAL_TEMPLATE',
$dhcp_conf_extra = 'INTERNAL_TEMPLATE',
$dhcp_conf_fragments = {},
$interfaces = undef,
$interface = 'NOTSET',
$dnsupdatekey = undef,
$pxeserver = undef,
$pxefilename = undef,
$logfacility = 'daemon',
$default_lease_time = 3600,
$max_lease_time = 86400,
$failover = ''
$interfaces = undef,
$interface = 'NOTSET',
$dnsupdatekey = undef,
$pxeserver = undef,
$pxefilename = undef,
$logfacility = 'daemon',
$default_lease_time = 3600,
$max_lease_time = 86400,
$failover = ''
) {

include dhcp::params
Expand Down

0 comments on commit 1caa8ac

Please sign in to comment.