Bläddra i källkod

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 5 år sedan
förälder
incheckning
03fde1b616
Inget konto är kopplat till bidragsgivarens mejladress
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. +1
    -1
      logrotate/install.sls

+ 1
- 1
logrotate/install.sls Visa fil

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

Laddar…
Avbryt
Spara