This repository has been archived by the owner on Jul 16, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ciao-down: Use apt section of cloudinit file
The cloudinit file has a dedicated section for configuring apt but we weren't using it. Instead we were executing all of the apt commands in the runcmd and write_files section of the cloud-init file. This commit moves the instructions that set up the apt proxies and initiate the apt-get upgrade to the apt section. The other commands such as setting up sources and installing packages can not be used as these sections do not handle proxies correctly. Fixes #1131 Signed-off-by: Mark Ryan <[email protected]>
- Loading branch information
Mark Ryan
committed
Feb 14, 2017
1 parent
16c02e1
commit 1e0581a
Showing
1 changed file
with
18 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters