summaryrefslogtreecommitdiffstats
path: root/ext/rack/README
diff options
context:
space:
mode:
authorIan Taylor <ian@lorf.org>2009-06-05 12:39:04 -0400
committerJames Turnbull <james@lovedthanlost.net>2009-06-06 09:12:00 +1000
commit4f2c066a97e59a89df64af4b25beac6f3f0553c2 (patch)
tree126540beec3c65448e01e1b48d27275ec4ee6ea4 /ext/rack/README
parent97e6975d69f239e24993315a25a3117b1daa48c3 (diff)
downloadpuppet-4f2c066a97e59a89df64af4b25beac6f3f0553c2.tar.gz
puppet-4f2c066a97e59a89df64af4b25beac6f3f0553c2.tar.xz
puppet-4f2c066a97e59a89df64af4b25beac6f3f0553c2.zip
Removed extra whitespace from end of lines
Diffstat (limited to 'ext/rack/README')
-rw-r--r--ext/rack/README12
1 files changed, 6 insertions, 6 deletions
diff --git a/ext/rack/README b/ext/rack/README
index 33f958e36..63b8fde7a 100644
--- a/ext/rack/README
+++ b/ext/rack/README
@@ -2,7 +2,7 @@
PUPPETMASTER AS A RACK APPLICATION
==================================
-puppetmaster can now be hosted as a standard Rack application. A proper
+puppetmaster can now be hosted as a standard Rack application. A proper
config.ru is provided for this.
For more details about rack, see http://rack.rubyforge.org/ .
@@ -17,14 +17,14 @@ to work.
WEBrick
-------
-WEBrick is currently not supported as a Rack host. You'll be better off
+WEBrick is currently not supported as a Rack host. You'll be better off
just running puppetmasterd directly.
Mongrel
-------
-If you like Mongrel, and want to replicate wiki:UsingMongrel, you could
+If you like Mongrel, and want to replicate wiki:UsingMongrel, you could
probably start your backend mongrels this way:
cd ext/rack
@@ -48,7 +48,7 @@ Requirements:
Apache 2.x
SSL Module loaded
-Apache configuration snippet is in files/apache2.conf. You need to
+Apache configuration snippet is in files/apache2.conf. You need to
edit it to reflect your servername.
Required puppet.conf settings:
@@ -60,8 +60,8 @@ To set up most of the boring stuff, you can use this command:
puppet --verbose --modulepath ./ext ext/rack/manifest.pp
Or use manifest.pp as a starting point for your own module.
-Note: Passenger will not let applications run as root or the Apache user,
-instead an implicit setuid will be done, to the user whom owns
+Note: Passenger will not let applications run as root or the Apache user,
+instead an implicit setuid will be done, to the user whom owns
config.ru. Therefore, config.ru shall be owned by the puppet user.