summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/platform/faq.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/docs/platform/faq.md b/docs/platform/faq.md
index 0a0515a..f808512 100644
--- a/docs/platform/faq.md
+++ b/docs/platform/faq.md
@@ -31,8 +31,11 @@ Log into your server and issue:
How can i customize the leap_platform puppet manifests ?
--------------------------------------------------------
-You can create a custom module `site_custom`. The class `site_custom::setup` will get
-included in the first part of the deploy process, and `site_custom` during the second part.
+You can create custom puppet modules under `files/puppet`.
+The custom puppet entry point is in class 'custom' which can be put into
+`files/puppet/modules/custom/manifests/init.pp`. This class gets automatically included
+by site_config::default, which is applied to all nodes.
+
Of cause you can also create a different git branch and change whatever you want, if you are
familiar wit git.