rnelson0 / puppet-domain_join

Provides just enough configuration to join a Linux node to an Active Directory domain.
Apache License 2.0
1 stars 4 forks source link

If manage_service is false, domain_* params are not needed #2

Open rnelson0 opened 8 years ago

rnelson0 commented 8 years ago

Currently, setting manage_service to false still requires the other parameters related to the services to be populated. Ensure that ALL of those parameters are present when manage_service is true, but disregard the lack of them when it is false.

brettswift commented 7 years ago

I'm working through seeing what it would take to have this run on RH6.

Related to this task is when you supply manage_resolver: false it still requires ad_dns.

I will create a feature request for RH6 once I have an idea of what the gaps are.