Skip to content

Commit

Permalink
Merge pull request #12 from crayfishx/topic/rhel
Browse files Browse the repository at this point in the history
Added Redhat/CentOS package name
  • Loading branch information
bodepd committed Jul 14, 2012
2 parents 9702274 + fc28db1 commit 554d86b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions manifests/params.pp
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@
$packagename = 'net/isc-dhcp42-server'
$servicename = 'isc-dhcpd'
}
'redhat','fedora','centos': {
$dhcp_dir = '/etc/dhcp'
$packagename = 'dhcp'
$servicename = 'dhcpd'
}
}

}

0 comments on commit 554d86b

Please sign in to comment.