huit / puppet-ipa

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

operating system added by hostadd.pp should be client OS (not server) #6

Closed aellert closed 11 years ago

aellert commented 11 years ago

When a new client is added on FreeIPA server, hostadd.pp use server ${::lsbdistdescription}. The result is all clients have OS field like the FreeIPA server.

For exemple, in my environment, all machine have OS field : "CentOS release 6.4 (Final)" (this the dstrib of my IPA server). And I have some Debian clients reporting their OS is "CentOS release 6.4 (Final)" :(

Thanks for your help.

robruma commented 11 years ago

Hi Alexandre,

Thanks for the report. I have pushed a fix for this problem. Please report back if you continue to have issues.

Thanks Rob

aellert commented 11 years ago

I confirm that your commit fix the problem.

Thanks