Skip to content

Commit 1a5d734

Browse files
committed
fix(pillar_from_files): use {} pillar files to ensure tests pass
1 parent d45bae8 commit 1a5d734

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

test/salt/pillar/debian.sls

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# -*- coding: utf-8 -*-
2+
# vim: ft=yaml
3+
---
4+
php: {}

test/salt/pillar/redhat.sls

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# -*- coding: utf-8 -*-
2+
# vim: ft=yaml
3+
---
4+
php: {}

test/salt/pillar/suse.sls

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# -*- coding: utf-8 -*-
2+
# vim: ft=yaml
3+
---
4+
php: {}

0 commit comments

Comments
 (0)