Sfoglia il codice sorgente

Merge pull request #40 from waynegemmell/master

Added | json to the package install
tags/v0.9.0
Imran Iqbal 5 anni fa
parent
commit
6a43ccab3a
Nessun account collegato all'indirizzo email del committer
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      logrotate/install.sls

+ 1
- 1
logrotate/install.sls Vedi 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 }}

Loading…
Annulla
Salva