Clean up PostgreSQL DB creation logic #628
Annotations
10 errors
spec/classes/proxy_spec.rb#L44
zabbix::proxy on centos-7-x86_64 is expected to contain Exec[update_pgpass]
Failure/Error: it { is_expected.to contain_exec('update_pgpass') }
expected that the catalogue would contain Exec[update_pgpass]
|
spec/classes/proxy_spec.rb#L45
zabbix::proxy on centos-7-x86_64 is expected to contain Exec[zabbix_proxy_create.sql]
Failure/Error: it { is_expected.to contain_exec('zabbix_proxy_create.sql') }
expected that the catalogue would contain Exec[zabbix_proxy_create.sql]
|
spec/classes/proxy_spec.rb#L46
zabbix::proxy on centos-7-x86_64 is expected to contain File[/root/.pgpass]
Failure/Error: it { is_expected.to contain_file('/root/.pgpass') }
expected that the catalogue would contain File[/root/.pgpass]
|
spec/classes/proxy_spec.rb#L44
zabbix::proxy on ubuntu-20.04-x86_64 is expected to contain Exec[update_pgpass]
Failure/Error: it { is_expected.to contain_exec('update_pgpass') }
expected that the catalogue would contain Exec[update_pgpass]
|
spec/classes/proxy_spec.rb#L45
zabbix::proxy on ubuntu-20.04-x86_64 is expected to contain Exec[zabbix_proxy_create.sql]
Failure/Error: it { is_expected.to contain_exec('zabbix_proxy_create.sql') }
expected that the catalogue would contain Exec[zabbix_proxy_create.sql]
|
spec/classes/proxy_spec.rb#L46
zabbix::proxy on ubuntu-20.04-x86_64 is expected to contain File[/root/.pgpass]
Failure/Error: it { is_expected.to contain_file('/root/.pgpass') }
expected that the catalogue would contain File[/root/.pgpass]
|
spec/classes/server_spec.rb#L83
zabbix::server on centos-7-x86_64 with database_type as postgresql is expected to contain Exec[update_pgpass]
Failure/Error: it { is_expected.to contain_exec('update_pgpass') }
expected that the catalogue would contain Exec[update_pgpass]
|
spec/classes/server_spec.rb#L84
zabbix::server on centos-7-x86_64 with database_type as postgresql is expected to contain File[/root/.pgpass]
Failure/Error: it { is_expected.to contain_file('/root/.pgpass') }
expected that the catalogue would contain File[/root/.pgpass]
|
spec/classes/server_spec.rb#L83
zabbix::server on ubuntu-20.04-x86_64 with database_type as postgresql is expected to contain Exec[update_pgpass]
Failure/Error: it { is_expected.to contain_exec('update_pgpass') }
expected that the catalogue would contain Exec[update_pgpass]
|
spec/classes/server_spec.rb#L84
zabbix::server on ubuntu-20.04-x86_64 with database_type as postgresql is expected to contain File[/root/.pgpass]
Failure/Error: it { is_expected.to contain_file('/root/.pgpass') }
expected that the catalogue would contain File[/root/.pgpass]
|
The logs for this run have expired and are no longer available.
Loading