summaryrefslogtreecommitdiff
path: root/vmdb/plugins/debootstrap.mdwn
diff options
context:
space:
mode:
authorAndy Piper <andy.piper@arcticwolf.com>2021-11-22 20:30:11 -0500
committerAndy Piper <andy.piper@arcticwolf.com>2021-11-22 20:30:11 -0500
commit788d4b1e920db40a0ad32361255e0d59cdbec829 (patch)
tree503734a7c38abfb0b144402e49f8022439b0e692 /vmdb/plugins/debootstrap.mdwn
parent971521502bff4d1d7ab4c03077142a379ad6c726 (diff)
downloadvmdb2-788d4b1e920db40a0ad32361255e0d59cdbec829.tar.gz
debootstrap_plugin: don't always run apt-get update
The apt_plugin always runs `apt-get update` before installing packages, so the `apt-get update` in deboostrap_plugin is redundant. It also blocks provisioning the TLS certs required to validate connections to package repos that use https instead of http connections.
Diffstat (limited to 'vmdb/plugins/debootstrap.mdwn')
-rw-r--r--vmdb/plugins/debootstrap.mdwn3
1 files changed, 0 insertions, 3 deletions
diff --git a/vmdb/plugins/debootstrap.mdwn b/vmdb/plugins/debootstrap.mdwn
index 322cf6b..67f13fb 100644
--- a/vmdb/plugins/debootstrap.mdwn
+++ b/vmdb/plugins/debootstrap.mdwn
@@ -4,9 +4,6 @@ Step: debootstrap
Create a directory tree with a basic Debian installation. This does
not include a boot loader.
-A side effect of this step is that `apt-get update` is **always** run,
-even if the step is otherwise skipped using `unless`.
-
Step keys:
* `debootstrap` &mdash; REQUIRED; value is the codename of the Debian