Manage DHCP through foreman-proxy module or foreman-dhcp?

Hi Guys,

I'm figuring out what the difference is between managing my DHCP pools with
the foreman-proxy module through the foreman-dhcp module or the
foreman-dhcp module itself. I have the foreman-dhcp module configured right
but I'm not able to find out how the foreman-proxy modules uses the
foreman-dhcp module when dhcp_managed => true

Is there some format example available maybe ?

Thanks,

Matt

The proxy just declares the main DHCP class and a single pool - see:

https://github.com/theforeman/puppet-foreman_proxy/blob/master/manifests/
proxydhcp.pp#L27-L43

If you need anything more complex, you'll want to set managed => false and
then use puppet-dhcp directly with your own pools.

Greg

ยทยทยท On Sunday, 2 April 2017 21:38:44 BST Matt wrote: > Hi Guys, > > I'm figuring out what the difference is between managing my DHCP pools with > the foreman-proxy module through the foreman-dhcp module or the > foreman-dhcp module itself. I have the foreman-dhcp module configured right > but I'm not able to find out how the foreman-proxy modules uses the > foreman-dhcp module when dhcp_managed => true > > Is there some format example available maybe ?