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

Add auto join and idempotency checks #20

Closed brettswift closed 7 years ago

brettswift commented 7 years ago

Will automatically join the domain by default. Support for RH6 added.

rnelson0 commented 7 years ago

@brettswift When I went to test this, I stumbled into some other problems with dependencies that I needed to resolve first (samba-common dropped a dependency on samba-common-tools, nice!) so this is out of date. If you can resolve the merge conflicts, I can look at this more easily next week. Thanks!

brettswift commented 7 years ago

Hey Rob,

Sorry for neglecting this. I mentioned before that I've switched teams which means we don't have anyone that is nurturing the adoption of this module and therefore AD auth to our linux servers.

With so much going on I'm not sure if someone else will have time to pick it up.

So if this is something you like and want in, by all means take it. I wanted to let you know I might have diminished capacity to help test for the foreseeable future. :(

rnelson0 commented 7 years ago

@brettswift I appreciate the assistance, and I myself have been neglecting it. I now have time to test and it requires a few tweaks. I'll merge it into my dev branch so I can do the updates there, in a new PR. Thank you!