Kaynağa Gözat

test(ubuntu-1804): fix ipv6 bind problem on ubuntu 18.04 in docker

tags/v1.0.0
Benjamin Neff 4 yıl önce
ebeveyn
işleme
07346a13fb
İşleme yapanın e-posta adresine bağlı hesap yok
2 değiştirilmiş dosya ile 15 ekleme ve 0 silme
  1. +4
    -0
      kitchen.yml
  2. +11
    -0
      test/salt/states/redis/init.sls

+ 4
- 0
kitchen.yml Dosyayı Görüntüle

@@ -194,6 +194,7 @@ suites:
'*':
- diaspora._mapdata
- diaspora
- redis
pillars:
top.sls:
base:
@@ -203,6 +204,9 @@ suites:
pillars_from_files:
diaspora.sls: pillar.example
tests.sls: test/salt/pillar/tests.sls
dependencies:
- name: redis
path: test/salt/states
verifier:
inspec_tests:
- path: test/integration/_mapdata

+ 11
- 0
test/salt/states/redis/init.sls Dosyayı Görüntüle

@@ -0,0 +1,11 @@
{%- 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 %}

Yükleniyor…
İptal
Kaydet