Browse Source

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

tags/v0.37.1
Imran Iqbal 5 years ago
parent
commit
1a5d73486e
No account linked to committer's email address
3 changed files with 12 additions and 0 deletions
  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 View File

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

+ 4
- 0
test/salt/pillar/redhat.sls View File

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

+ 4
- 0
test/salt/pillar/suse.sls View File

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

Loading…
Cancel
Save