SuperTux88's Diaspora Saltstack Formula
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- {%- if grains.get('osfinger', grains.os) == '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 %}
|