index
:
puppet-dhcp
develop
master
production
Puppet module for dhcp
Fluxo
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
manifests
/
init.pp
blob: 8a14b13547ab3e0955f6d1694479bdc94d6d84a8 (
plain
)
1
2
3
4
5
6
7
class
dhcp
(
$server
=
true
,
)
{
if
$server
{
class
{
'::dhcp::server'
:
}
}
}