Merge pull request #40 from waynegemmell/master

Added | json to the package install
pull/42/head
Imran Iqbal 4 years ago committed by GitHub
commit 6a43ccab3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      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 }}

Loading…
Cancel
Save