saltstack-formulas / samba-formula

http://docs.saltstack.com/en/latest/topics/development/conventions/formulas.html
Other
16 stars 72 forks source link

Reduce noise from failed winbind service #58

Closed noelmcloughlin closed 5 years ago

noelmcloughlin commented 5 years ago

This PR reduces the noise from a 1st failed winbind state run.

Justification The winbind package on Ubuntu Bionic is a regression - post-install breaks apt/dpkg (see #57).

Workaround:

  1. Fix package manager issues
  2. Join the domain and kerberos realm
  3. Run winbind and winbind-ad states a second time and all states pass.
aboe76 commented 5 years ago

@noelmcloughlin merged it, thanks

noelmcloughlin commented 5 years ago

Thanks @aboe76 for the review/merge!!!! Appreciated.