On 27/09/16 11:07, [email protected] wrote: > Hello, > > is it possible to use the puppets "theforeman-dhcp" and > "theforeman-proxy" on the same agent? My goal is to install and > configure my dhcp server via "theforeman-dhcp" and install/configure > foreman-proxy on the same agent. The problem is only, that class dhcp is > configured in both puppets. If i deploy both puppets on the target > system, I get an error in foreman, that class is already defined. Do you > have an idea how to solve this?
Disable management of the dhcp class in foreman_proxy. See https://github.com/theforeman/puppet-foreman_proxy/blob/master/manifests/config.pp#L20 - set foreman_proxy::dhcp_managed to false. -- Dominic Cleal [email protected] -- You received this message because you are subscribed to the Google Groups "Foreman users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/foreman-users. For more options, visit https://groups.google.com/d/optout.
