Update documentation in config file #824
Annotations
2 errors
spec/acceptance/zabbix_host_spec.rb#L42
zabbix_host type create zabbix_host resources with zabbix version 6.0 works with no error on the first apply
Failure/Error:
shell <<~SHELL
/opt/puppetlabs/puppet/bin/gem uninstall zabbixapi -a
rm -f /etc/zabbix/.*done
if id postgres > /dev/null 2>&1; then
su - postgres -c "psql -c 'drop database if exists zabbix_server;'"
fi
SHELL
Beaker::Host::CommandFailure:
Host 'almalinux8-64-puppet7.example.com' exited with 1 running:
/opt/puppetlabs/puppet/bin/gem uninstall zabbixapi -a
rm -f /etc/zabbix/.*done
if id postgres > /dev/null 2>&1; then
su - postgres -c "psql -c 'drop database if exists zabbix_server;'"
fi
Last 10 lines of output were:
Gem 'zabbixapi' is not installed
ERROR: database "zabbix_server" is being accessed by other users
DETAIL: There is 1 other session using the database.
|
|
This job failed
Loading