Skip to content

Commit 70f16bb

Browse files
committed
typo
1 parent 0dd9c64 commit 70f16bb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rsnapshot_backup/update_config.sls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ rsnapshot_backup_yaml:
5858
- dataset:
5959
enabled: True
6060
comment: This file is managed by Salt, local changes will be overwritten.
61-
{%- if hostname_override in pillar["rsnapshot_backup"] %}
61+
{%- if "hostname_override" in pillar["rsnapshot_backup"] %}
6262
hostname_override: {{ pillar["rsnapshot_backup"]["hostname_override"] }}
6363
{%- endif %}
6464
items:

0 commit comments

Comments
 (0)