Skip to content

Commit 6c93d33

Browse files
committed
Remove WEBrick and Rack Puppet master pages (removed in Puppet 6)
Delete services_master_rack.markdown and services_master_webrick.markdown, remove their nav entries, and drop the Classic Rack-based Puppet master section from services_commands.markdown. Both were deprecated in Puppet 4 and removed in Puppet 6.0. Signed-off-by: Michael Harp <mike@mikeharp.com>
1 parent e37a3c5 commit 6c93d33

4 files changed

Lines changed: 0 additions & 312 deletions

File tree

_data/nav/openvox_8x.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -121,12 +121,6 @@
121121
link: "services_commands.html"
122122
- text: Running OpenVox commands on Windows
123123
link: "services_commands_windows.html"
124-
- text: The rack OpenVox server
125-
link: "services_master_rack.html"
126-
- text: Configuring a Server with Passenger and Apache
127-
link: "passenger.html"
128-
- text: The WEBrick OpenVox server
129-
link: "services_master_webrick.html"
130124
- text: OpenVox agent on *nix
131125
link: "services_agent_unix.html"
132126
- text: OpenVox agent on Windows

docs/_openvox_8x/services_commands.markdown

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ title: "Puppet's commands"
1111
[agent_unix]: ./services_agent_unix.html
1212
[agent_windows]: ./services_agent_windows.html
1313
[agent_man]: ./man/agent.html
14-
[master_rack]: ./services_master_rack.html
15-
[master_webrick]: ./services_master_webrick.html
1614
[master_man]: ./man/master.html
1715
[apply]: ./services_apply.html
1816
[apply_man]: ./man/apply.html
@@ -69,21 +67,6 @@ For more information, see:
6967
* [Puppet Server Subcommands][subcommands]
7068
* [Puppet Master's Man Page][master_man]
7169

72-
### Classic Rack-based Puppet master
73-
74-
Before Puppet Server was released, most users ran a Rack-based Puppet master using the Apache + Passenger stack. This still works, but it's deprecated and will be removed in Puppet 5.
75-
76-
A Rack-based Puppet master compiles and serves configuration catalogs for any number of Puppet agents, using Puppet modules and various other data sources.
77-
78-
It's also possible to run a standalone WEBrick-based Puppet master, but we don't encourage anyone to do this in production.
79-
80-
For more information, see:
81-
82-
* [Overview of Puppet's Architecture][arch]
83-
* [The Rack Puppet Master][master_rack]
84-
* [The WEBrick Puppet Master][master_webrick]
85-
* [Puppet Master's Man Page][master_man]
86-
8770
### Puppet apply
8871

8972
Puppet apply manages systems without needing to contact a Puppet master server. It compiles its own configuration catalog, using Puppet modules and various other data sources, then immediately applies the catalog.

docs/_openvox_8x/services_master_rack.markdown

Lines changed: 0 additions & 205 deletions
This file was deleted.

0 commit comments

Comments
 (0)