This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
ExternalMirrors
/
apt-formula
mirror of
https://github.com/saltstack-formulas/apt-formula.git
Watch
1
Star
0
Fork
1
Code
Issues
0
Releases
11
Wiki
Activity
Browse Source
add missing ';' in unattended configuration
tags/v0.7.0
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