Skip to content

Commit

Permalink
fix(config): write daemon_config dictionary to daemon.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Danny Smit committed Apr 20, 2021
1 parent ea2505b commit 4af9866
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/software/config/daemon.sls
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
{%- from tplroot ~ "/map.jinja" import data as d with context %}
{%- set formula = d.formula %}
{%- if 'config' in d.pkg.docker and d.pkg.docker.config %}
{%- if 'daemon_config' in d.pkg.docker and d.pkg.docker.daemon_config %}
{%- from tplroot ~ "/libtofs.jinja" import files_switch with context %}
{%- set sls_archive = tplroot ~ '.software.archive.install' %}
{%- set sls_desktop = tplroot ~ '.software.desktop.install' %}
Expand Down

0 comments on commit 4af9866

Please sign in to comment.