saltstack-formulas / zabbix-formula

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

Conflicting ID 'apt-transport-https' #122

Closed xenadmin closed 4 years ago

xenadmin commented 4 years ago

PR #114 and #120 introduced a problem, which I should have tested better, I'm sorry. It seems like the comments in repo.sls already mention it, but the link is dead. Haven't seen this. I will create a PR to fix it in #120 .

    Data failed to compile:
----------
    Detected conflicting IDs, SLS IDs need to be globally unique.
    The conflicting ID is 'apt-transport-https' and is found in SLS 'base:zabbix.proxy.repo' and SLS 'base:zabbix.agent.repo'
ERROR: Minions returned with non-zero exit code
OrangeDog commented 4 years ago

Using unprefixed IDs in formulae is a bad idea. It also conflicts with elasticsearch-formula (who also shoudn't've done this).

aboe76 commented 4 years ago

@OrangeDog nice find, I'm sorry I didn't catch that.

xenadmin commented 4 years ago

Solved.