Skip to content
Snippets Groups Projects
Commit 45e0dba4 authored by nimrod's avatar nimrod
Browse files

- Correct collectd facts assertions.

parent 6a0b0104
No related branches found
No related tags found
No related merge requests found
......@@ -35,9 +35,11 @@
assert:
that:
- collectd_facts is defined
- major in collectd_facts
- collectd_facts.major is number
- changed in collectd_facts
- collectd_facts.changed == False
- collectd is defined
- major in collectd
- collectd.major is number
- name: Nginx facts
nginx_facts:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment