This will help merging with Nadir's changes.
which will install the package unattended-upgrades and configure it to
daily upgrade the system.
-$apt_use_volatile
+$apt_volatile_enabled
-----------------
If this variable is set to true the Debian Volatile sources are added.
default => $apt_clean,
}
- $use_volatile = $apt_use_volatile ? {
+ $use_volatile = $apt_volatile_enabled ? {
'' => false,
- default => $apt_use_volatile,
+ default => $apt_volatile_enabled,
}
$include_src = $apt_include_src ? {