This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
ExternalMirrors
/
logrotate-formula
mirror of
https://github.com/saltstack-formulas/logrotate-formula
Watch
1
Star
0
Fork
1
Code
Issues
0
Releases
14
Wiki
Activity
Browse Source
Merge pull request
#1
from waynegemmell/waynegemmell-patch-1
Updated package install with json filter
tags/v0.9.0
waynegemmell
5 years ago
parent
cc2bdaed82
03fde1b616
commit
d34348f06b
No account linked to committer's email address
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
+1
-1
logrotate/install.sls
+ 1
- 1
logrotate/install.sls
View File
@@ -6,4 +6,4 @@
{% set pkgs = [logrotate.pkg] if logrotate.pkg is string else logrotate.pkg %}
logrotate-pkg:
pkg.installed:
- pkgs: {{ pkgs }}
- pkgs: {{ pkgs
| json
}}
Write
Preview
Loading…
Cancel
Save