summaryrefslogtreecommitdiff
path: root/docs/platform/under-the-hood.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/platform/under-the-hood.md')
-rw-r--r--docs/platform/under-the-hood.md12
1 files changed, 0 insertions, 12 deletions
diff --git a/docs/platform/under-the-hood.md b/docs/platform/under-the-hood.md
index 080a153..2c9a9b7 100644
--- a/docs/platform/under-the-hood.md
+++ b/docs/platform/under-the-hood.md
@@ -5,18 +5,6 @@ This page contains various details on the how the platform is implemented. You c
Puppet Details
======================================
-Run stages
-----------
-
-We use two run stages for resource ordering:
-
-* initial: configure hostname, apt-get update + apt-get dist-upgrade
-* main: everything else
-
-Stage initial is run before stage main.
-
-see http://docs.puppetlabs.com/puppet/2.7/reference/lang_run_stages.html for run stage documentation.
-
Tags
----