1
0
Fork 0
mirror of synced 2024-10-22 03:38:58 -04:00

Merge pull request #40 from waynegemmell/master

Added | json to the package install
This commit is contained in:
Imran Iqbal 2019-03-06 08:43:46 +00:00 committed by GitHub
commit 6a43ccab3a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 }}