'*': | '*': | ||||
- diaspora._mapdata | - diaspora._mapdata | ||||
- diaspora | - diaspora | ||||
- redis | |||||
pillars: | pillars: | ||||
top.sls: | top.sls: | ||||
base: | base: | ||||
pillars_from_files: | pillars_from_files: | ||||
diaspora.sls: pillar.example | diaspora.sls: pillar.example | ||||
tests.sls: test/salt/pillar/tests.sls | tests.sls: test/salt/pillar/tests.sls | ||||
dependencies: | |||||
- name: redis | |||||
path: test/salt/states | |||||
verifier: | verifier: | ||||
inspec_tests: | inspec_tests: | ||||
- path: test/integration/_mapdata | - path: test/integration/_mapdata |
{%- if grains.osfinger == 'Ubuntu-18.04' %} | |||||
redis_config: | |||||
file.replace: | |||||
- name: '/etc/redis/redis.conf' | |||||
- pattern: '^bind .*$' | |||||
- repl: 'bind 127.0.0.1' | |||||
- require: | |||||
- pkg: redis_package | |||||
- require_in: | |||||
- service: redis_service | |||||
{%- endif %} |