From 4036ecf691babf80d859b68865e66cea0008a238 Mon Sep 17 00:00:00 2001 From: mh Date: Fri, 6 Aug 2010 22:10:39 +0200 Subject: cleanup 'if defined' code smell A new variable $puppetmaster_mode have been introduced, which should later be replaced by a class variable. --- README | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) (limited to 'README') diff --git a/README b/README index f925dfa..e09bbaf 100644 --- a/README +++ b/README @@ -14,18 +14,25 @@ Depends on Modules Usage ----- +If you want to run the puppetmaster in a non-webrick based +mode, you can set $puppetmaster_mode either to: + +* passenger, run puppetmaster as a passenger application +* cluster, run puppetmaster as a mongrel based cluster + +In both cases you have to setup the appropriate frontends +(apache vhost configuration/nginx vhost configuration) on +your own. + in your site.pp, i.e. : $puppet_crontime = "0,12 * * * *" include puppet::cron + $puppetmaster_mode = 'passenger' include puppet::puppetmaster - include puppet::puppetmaster::passenger - $puppet_storeconfig_password="..." include puppet::puppetmaster::storeconfigs - - ...tbc... -- cgit v1.2.3