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
15
Wiki
Activity
Browse Source
Merge pull request
#40
from waynegemmell/master
Added | json to the package install
tags/v0.9.0
Imran Iqbal
5 years ago
parent
cc2bdaed82
d34348f06b
commit
6a43ccab3a
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