This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
salt
/
php-formula
forked from
ExternalMirrors/php-formula
Watch
2
Star
0
Fork
0
Code
Releases
24
Activity
Browse Source
fix(pillar_from_files): use `{}` pillar files to ensure tests pass
tags/v0.37.1
Imran Iqbal
5 years ago
parent
d45bae83d8
commit
1a5d73486e
No account linked to committer's email address
3 changed files
with
12 additions
and
0 deletions
Split View
Show Diff Stats
+4
-0
test/salt/pillar/debian.sls
+4
-0
test/salt/pillar/redhat.sls
+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: {}
Write
Preview
Loading…
Cancel
Save