huit / puppet-ipa

Puppet module that can manage an IPA master, replicas and clients.
15 stars 48 forks source link

Setting up with dns enabled fails - forwarding is not set in the module. #15

Closed jonathanunderwood closed 10 years ago

jonathanunderwood commented 11 years ago

Specifying dns to true fails with:

Oct 25 20:02:24 nirvana puppet-agent[30136]: (/Stage[main]/Ipa::Master/Ipa::Serverinstall[nirvana.asteroids.phys.ucl.ac.uk]/Exec[serverinstall-nirvana.asteroids.phys.ucl.ac.uk]/returns) ipa-server-install: error: You must specify at least one --forwarder option or --no-forwarders option

Which makes sense - the module doesn't expose any interace for setting the dns forwarders.

robruma commented 11 years ago

Hi Jonathan,

I'll take a look at this as soon as I can...

Thanks Rob