joshuabaird / puppet-ipaclient

Puppet module to manage IPA client installation. Please fork and contribute!
https://forge.puppetlabs.com/joshuabaird/ipaclient
MIT License
12 stars 23 forks source link

If sssd isn't installed or /etc/sssd/sssd.conf doesn't exist set ipa_enrolled to false #57

Open andrewward opened 7 years ago

andrewward commented 7 years ago

We recently enabled strict_variables and we ran into the following error when provisioning a new host.

Server Error: Evaluation Error: Unknown variable: '::ipa_enrolled'.

This could probably be mitigated by installing the IPA client packages during the kickstart or something, but we let the module handle that.

joshuabaird commented 7 years ago

Thanks - I'll take a look at this ASAP!

radupantiru commented 5 years ago

I am experiencing the same issue. When will the PR be accepted?