-
Notifications
You must be signed in to change notification settings - Fork 119
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] zabbix/4.4/ubuntu focal/main zabbix-agent includes zabbix-sender #139
Comments
Actually, it installed just fine with a manual |
For reference from our conversation in Slack. I was able to avoid zabbix:
# Overrides map.jinja
lookup:
version_repo: '4.4'
agent:
pkgs:
- zabbix-agent Tested locally with Kitchen on |
You already have Most obvious solution - install So this issue is not directly related with this formula, @OrangeDog would you mind close it? |
It's this formula that should be deciding what gets installed from where on each platform. |
I don't think that formula can cover all cases. There is no problems when formula is applied on clean system. You have system in unknown but definitely not clean state. I described cause of this issue above, how you suppose formula must behave in this situation? This formula and Salt too can't solve package manager conflicts. |
Probably I faced this issue too. Root of the issue - how Check policy first.
Looks good, official repo have more priority.
it's easily can be noticed that Only solution I can see in this situation - provide more specific version for
Something like @OrangeDog does this looks similar to your situation?
It's impossible to pin specific repository for specific package in Debian family OS-es. It is possible to pin |
On Ubuntu 20.04 this formula tries to install both
zabbix-agent
andzabbix-sender
, which doesn't work with the 4.4 repo:The text was updated successfully, but these errors were encountered: