Skip to content

Commit

Permalink
fix: issues/52
Browse files Browse the repository at this point in the history
  • Loading branch information
bulch committed Feb 16, 2025
1 parent d4731f9 commit fe4f812
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/etc-rsyncd.conf.j2
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
{% for item in rsync_config_manage | default([]) %}
[{{ item.name }}]
path = {{ item.configs.path }}
comment = {{ item.configs.comment | default("{{ item.name }} - server rsync") }}
comment = {{ item.configs.comment | default(item.name + " - server rsync") }}
auth users = {{ item.secrets.user }}
uid = {{ item.configs.uid | default('nobody') }}
gid = {{ item.configs.gid | default('nogroup') }}
Expand Down

0 comments on commit fe4f812

Please sign in to comment.