Skip to content

Commit

Permalink
Fix typo in state
Browse files Browse the repository at this point in the history
  • Loading branch information
dwoz committed Dec 30, 2024
1 parent 506d572 commit de54910
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom/testing/golden-state-tree/pkgs/docker.sls
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ enable-docker-service:
- reload-systemd-units
{%- endif %}
{%- endif %}
{%- grains['os'] == 'Rocky' %}
{%- if grains['os'] == 'Rocky' %}
enable-docker-service:
file.symlink:
- name: /etc/systemd/system/multi-user.target.wants/docker.service
Expand Down

0 comments on commit de54910

Please sign in to comment.