Skip to content

Commit

Permalink
Fix indentation for unattended_origins_patterns in template file
Browse files Browse the repository at this point in the history
Signed-off-by: Norman Ziegner <norman.ziegner@ufz.de>
  • Loading branch information
Norman Ziegner committed Nov 24, 2022
1 parent 8f24596 commit f9e5f3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/unattended-upgrades.j2
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ APT::Periodic::RandomSleep "{{unattended_random_sleep}}";
Unattended-Upgrade::Origins-Pattern {
{% if unattended_origins_patterns is defined %}
{% for origin in unattended_origins_patterns %}
"{{ origin }}";
"{{ origin }}";
{% endfor %}
{% else %}
{% for origin in __unattended_origins_patterns %}
Expand Down

0 comments on commit f9e5f3e

Please sign in to comment.