Przeglądaj źródła

fix(pillar_from_files): use `{}` pillar files to ensure tests pass

tags/v0.37.1
Imran Iqbal 5 lat temu
rodzic
commit
1a5d73486e
Brak konta powiązanego z adresem e-mail autora
3 zmienionych plików z 12 dodań i 0 usunięć
  1. +4
    -0
      test/salt/pillar/debian.sls
  2. +4
    -0
      test/salt/pillar/redhat.sls
  3. +4
    -0
      test/salt/pillar/suse.sls

+ 4
- 0
test/salt/pillar/debian.sls Wyświetl plik

@@ -0,0 +1,4 @@
# -*- coding: utf-8 -*-
# vim: ft=yaml
---
php: {}

+ 4
- 0
test/salt/pillar/redhat.sls Wyświetl plik

@@ -0,0 +1,4 @@
# -*- coding: utf-8 -*-
# vim: ft=yaml
---
php: {}

+ 4
- 0
test/salt/pillar/suse.sls Wyświetl plik

@@ -0,0 +1,4 @@
# -*- coding: utf-8 -*-
# vim: ft=yaml
---
php: {}

Ładowanie…
Anuluj
Zapisz