saltstack-formulas / samba-formula

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

Fix pkg.installed not removing 'winbind' packages #56

Closed noelmcloughlin closed 5 years ago

noelmcloughlin commented 5 years ago

On Ubuntu 18.04 both dpkg/apt and salt clean.sls do not remove/purge 'winbind' packages.

The behaviour was similar to https://github.com/saltstack/salt/issues/42306 but troubleshooting suggests some glitch in Ubuntu package manager or samba/winbind packaging.

This PR ensures winbind packages are actually removed as claimed by apt/dpkg & salt.

aboe76 commented 5 years ago

@noelmcloughlin thanks for this.