This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
salt
/
apt-formula
forked from
ExternalMirrors/apt-formula
Watch
1
Star
0
Fork
0
Code
Releases
0
Activity
Browse Source
add missing ';' in unattended configuration
master
carpenti
7 years ago
parent
1fd1ab184c
commit
8d194343b8
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
+1
-1
apt/templates/unattended_config.jinja
+ 1
- 1
apt/templates/unattended_config.jinja
View File
@@ -21,7 +21,7 @@ Unattended-Upgrade::Origins-Pattern {
{%- for pattern in origins_patterns %}
"{{ pattern }}";
{%- endfor %}
}
}
;
Unattended-Upgrade::Package-Blacklist {
{%- for package in package_blacklist %}
"{{ package }}";
Write
Preview
Loading…
Cancel
Save