You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -30,6 +30,8 @@ A Rack server is one of two recommended ways to run the Puppet master service; t
30
30
31
31
This page describes the generic requirements and run environment for running under Rack; for practical configuration instructions, see [the guide to configuring a Passenger + Apache Puppet master.][passenger_guide]
32
32
33
+
For details about invoking the Puppet master command, see [the puppet master man page](./man/master.html).
34
+
33
35
## Supported platforms
34
36
35
37
The Rack Puppet master will run on any \*nix platform, including all Linux variants and OS X. It requires a **multi-process** (_not_ threaded) Rack web server.
@@ -148,7 +150,7 @@ Your SSL termination must be configured as follows:
148
150
* It should pass on the entire client certificate, if the connection was verified. This information should eventually reach the Puppet master.
Copy file name to clipboardExpand all lines: docs/_openvox_8x/services_master_webrick.markdown
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,8 @@ Puppet has the built-in capability to run a complete Puppet master server using
17
17
18
18
The WEBrick Puppet master server is not capable of handling production-level numbers of agent nodes. Since it can't handle concurrent connections, it will be quickly overwhelmed by as few as 10 agents. You should never run a WEBrick Puppet master in production, and should always configure a [Rack Puppet master server][rack_master] instead.
19
19
20
+
For details about invoking the Puppet master command, see [the puppet master man page](./man/master.html).
21
+
20
22
## Supported platforms
21
23
22
24
The WEBrick Puppet master will run on any \*nix platform, including all Linux variants and OS X.
0 commit comments