Skip to content
This repository has been archived by the owner on May 23, 2020. It is now read-only.

Commit

Permalink
Merge pull request #56 from macaddict89/master
Browse files Browse the repository at this point in the history
Update to 4.4
  • Loading branch information
dj-wasabi authored Nov 6, 2019
2 parents d1b8e3a + 4237010 commit 1c8ee84
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 3 deletions.
2 changes: 1 addition & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
# defaults file for zabbix-proxy

zabbix_version: 4.2
zabbix_version: 4.4
zabbix_repo: zabbix
zabbix_proxy_package_state: present
zabbix_proxy_install_database_client: True
Expand Down
4 changes: 2 additions & 2 deletions molecule/default/tests/test_default.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ def test_zabbix_package(Package, TestinfraBackend, proxy, SystemInfo):
assert zabbix_proxy.is_installed

if SystemInfo.distribution in ['debian', 'ubuntu']:
assert zabbix_proxy.version.startswith("1:4.2")
assert zabbix_proxy.version.startswith("1:4.4")
elif SystemInfo.distribution == 'centos':
assert zabbix_proxy.version.startswith("4.2")
assert zabbix_proxy.version.startswith("4.4")


def test_socket(Socket):
Expand Down
19 changes: 19 additions & 0 deletions vars/zabbix.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,25 @@
---

sign_keys:
"44":
bionic:
sign_key: A14FE591
sonya:
sign_key: A14FE591
serena:
sign_key: A14FE591
buster:
sign_key: A14FE591
stretch:
sign_key: A14FE591
wheezy:
sign_key: A14FE591
jessie:
sign_key: 79EA5ED4
trusty:
sign_key: 79EA5ED4
xenial:
sign_key: E709712C
"42":
bionic:
sign_key: A14FE591
Expand Down

0 comments on commit 1c8ee84

Please sign in to comment.