diff options
author | varac <varacanero@zeromail.org> | 2014-11-25 11:14:26 +0100 |
---|---|---|
committer | varac <varacanero@zeromail.org> | 2014-11-25 11:14:26 +0100 |
commit | 3e2fba9049a98482f1e59cb13eb4cd980606a504 (patch) | |
tree | de23be88c738d67732bb9934f812758a1136eda6 /docs | |
parent | 72c6342c63c9fbd439f0e735831d3de35456a191 (diff) |
updated documentation on customizing puppet
Diffstat (limited to 'docs')
-rw-r--r-- | docs/platform/faq.md | 7 |
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. |