Explorar el Código

Updated package install with json filter

This issue is causing logrotate install to fail. https://github.com/saltstack/salt/issues/51925
I've added | json to mitigate.
tags/v0.9.0
waynegemmell hace 5 años
padre
commit
03fde1b616
Ninguna cuenta vinculada a la dirección de correo electrónico del committer
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      logrotate/install.sls

+ 1
- 1
logrotate/install.sls Ver fichero

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

Cargando…
Cancelar
Guardar