Browse Source
Merge pull request #40 from waynegemmell/master
Added | json to the package install
tags/v0.9.0
Imran Iqbal
5 years ago
No account linked to committer's email address
1 changed files with
1 additions and
1 deletions
-
logrotate/install.sls
|
|
|
|
|
|
|
|
{% set pkgs = [logrotate.pkg] if logrotate.pkg is string else logrotate.pkg %} |
|
|
{% set pkgs = [logrotate.pkg] if logrotate.pkg is string else logrotate.pkg %} |
|
|
logrotate-pkg: |
|
|
logrotate-pkg: |
|
|
pkg.installed: |
|
|
pkg.installed: |
|
|
- pkgs: {{ pkgs }} |
|
|
|
|
|
|
|
|
- pkgs: {{ pkgs | json }} |