Bläddra i källkod
Merge pull request #40 from waynegemmell/master
Added | json to the package install
tags/v0.9.0
Imran Iqbal
5 år sedan
förälder
incheckning
6a43ccab3a
Inget konto är kopplat till bidragsgivarens mejladress
1 ändrade filer med
1 tillägg och
1 borttagningar
-
logrotate/install.sls
|
|
@@ -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 }} |