浏览代码

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

tags/v0.37.1
Imran Iqbal 5 年前
父节点
当前提交
1a5d73486e
没有帐户链接到提交者的电子邮件
共有 3 个文件被更改,包括 12 次插入0 次删除
  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 查看文件

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

+ 4
- 0
test/salt/pillar/redhat.sls 查看文件

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

+ 4
- 0
test/salt/pillar/suse.sls 查看文件

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

正在加载...
取消
保存