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.
Per the SaltStack Documentation, individual states support a retry option. Either update the
sssd
module'sjoin_realm-{{ join_domain.dns_name }}
state to leverage the SaltStackretry
option or update thesssd
module'sjoin.sh
script to accept a retry-count option whose value is inherited from the formula's pillar'stries
parameter.