From 3e2fba9049a98482f1e59cb13eb4cd980606a504 Mon Sep 17 00:00:00 2001 From: varac Date: Tue, 25 Nov 2014 11:14:26 +0100 Subject: updated documentation on customizing puppet --- docs/platform/faq.md | 7 +++++-- 1 file 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. -- cgit v1.2.3