Procházet zdrojové kódy

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

tags/v0.37.1
Imran Iqbal před 5 roky
rodič
revize
1a5d73486e
Žádný účet není propojen s e-mailovou adresou tvůrce revize
3 změnil soubory, kde provedl 12 přidání a 0 odebrání
  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 Zobrazit soubor

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

+ 4
- 0
test/salt/pillar/redhat.sls Zobrazit soubor

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

+ 4
- 0
test/salt/pillar/suse.sls Zobrazit soubor

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

Načítá se…
Zrušit
Uložit