You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are conflicting resource IDs between the mysql.client and postfix.mysql state files.
Steps to reproduce the bug
~# salt 'mail' state.apply
ERROR: Minions returned with non-zero exit code
mail:
Data failed to compile:
----------
Detected conflicting IDs, SLS IDs need to be globally unique.
The conflicting ID is 'mysql' and is found in SLS 'base:mysql.client' and SLS 'base:postfix.mysql'
Your setup
Formula commit hash / release tag
Tested using commit 19617a0 (tag v1.2.2)
Versions reports (master & minion)
Pillar / config used
No config needed, just using the followin
top.sls
Bug details
Describe the bug
There are conflicting resource IDs between the
mysql.client
andpostfix.mysql
state files.Steps to reproduce the bug
Expected behaviour
ID's should not conflict.
Attempts to fix the bug
See PR #120
Additional context
The text was updated successfully, but these errors were encountered: