Bläddra i källkod

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

tags/v0.37.1
Imran Iqbal 5 år sedan
förälder
incheckning
1a5d73486e
Inget konto är kopplat till bidragsgivarens mejladress
3 ändrade filer med 12 tillägg och 0 borttagningar
  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 Visa fil

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

+ 4
- 0
test/salt/pillar/redhat.sls Visa fil

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

+ 4
- 0
test/salt/pillar/suse.sls Visa fil

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

Laddar…
Avbryt
Spara