mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 13:03:29 +00:00
The new puppet.conf file has to be moved into place manually. (imported from commit 253d9a95386dae8c803a998ce2dc7e8be40c880a)
9 lines
263 B
Plaintext
9 lines
263 B
Plaintext
Unattended-Upgrade::Allowed-Origins {
|
|
"Ubuntu <%= lsbdistcodename %>-security";
|
|
"Ubuntu <%= lsbdistcodename %>-updates";
|
|
"Ubuntu <%= lsbdistcodename %>";
|
|
"Canonical <%= lsbdistcodename %>";
|
|
};
|
|
|
|
Dpkg::Options { "--force-confold"; }
|