plus3it / join-domain-formula

Salt formula to join systems to an Active Directory domain
Apache License 2.0
13 stars 19 forks source link

[ENHANCEMENT] Update `sssd` Linux domain-joiner Executor To Attempt To Retry Join Operation #195

Closed ferricoxide closed 1 year ago

ferricoxide commented 1 year ago

Per the SaltStack Documentation, individual states support a retry option. Either update the sssd module's join_realm-{{ join_domain.dns_name }} state to leverage the SaltStack retry option or update the sssd module's join.sh script to accept a retry-count option whose value is inherited from the formula's pillar's tries parameter.