We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0dd9c64 commit 70f16bbCopy full SHA for 70f16bb
1 file changed
rsnapshot_backup/update_config.sls
@@ -58,7 +58,7 @@ rsnapshot_backup_yaml:
58
- dataset:
59
enabled: True
60
comment: This file is managed by Salt, local changes will be overwritten.
61
- {%- if hostname_override in pillar["rsnapshot_backup"] %}
+ {%- if "hostname_override" in pillar["rsnapshot_backup"] %}
62
hostname_override: {{ pillar["rsnapshot_backup"]["hostname_override"] }}
63
{%- endif %}
64
items:
0 commit comments