Skip to content

(MAINT) - Updating REFERENCE.md #2468

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 22, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 0 additions & 29 deletions REFERENCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
* [`apache::mod::dav_svn`](#apache--mod--dav_svn): Installs and configures `mod_dav_svn`.
* [`apache::mod::dbd`](#apache--mod--dbd): Installs `mod_dbd`.
* [`apache::mod::deflate`](#apache--mod--deflate): Installs and configures `mod_deflate`.
* [`apache::mod::dev`](#apache--mod--dev): Installs `mod_dev`.
* [`apache::mod::dir`](#apache--mod--dir): Installs and configures `mod_dir`.
* [`apache::mod::disk_cache`](#apache--mod--disk_cache): Installs and configures `mod_disk_cache`.
* [`apache::mod::dumpio`](#apache--mod--dumpio): Installs and configures `mod_dumpio`.
Expand Down Expand Up @@ -122,11 +121,7 @@ pre-requisite is met or declaring `apache::mod::pagespeed` will cause the puppet
* `apache::mod::ssl::reload`: Manages the puppet_ssl folder for ssl file copies, which is needed to track changes for reloading service on changes
* `apache::package`: Installs an Apache MPM.
* `apache::params`: This class manages Apache parameters
* `apache::php`: This class installs PHP for Apache.
* `apache::proxy`: This class enabled the proxy module for Apache.
* `apache::python`: This class installs Python for Apache
* `apache::service`: Installs and configures Apache service.
* `apache::ssl`: This class installs Apache SSL capabilities
* `apache::version`: Try to automatically detect the version by OS

### Defined types
Expand Down Expand Up @@ -2054,12 +2049,6 @@ Default value:
}
```

### <a name="apache--mod--dev"></a>`apache::mod::dev`

Installs `mod_dev`.

* **Note** This module is deprecated. Please use `apache::dev`.

### <a name="apache--mod--dir"></a>`apache::mod::dir`

Installs and configures `mod_dir`.
Expand Down Expand Up @@ -6761,8 +6750,6 @@ Installs and configures `mod_userdir`.

The following parameters are available in the `apache::mod::userdir` class:

* [`home`](#-apache--mod--userdir--home)
* [`dir`](#-apache--mod--userdir--dir)
* [`userdir`](#-apache--mod--userdir--userdir)
* [`disable_root`](#-apache--mod--userdir--disable_root)
* [`path`](#-apache--mod--userdir--path)
Expand All @@ -6771,22 +6758,6 @@ The following parameters are available in the `apache::mod::userdir` class:
* [`unmanaged_path`](#-apache--mod--userdir--unmanaged_path)
* [`custom_fragment`](#-apache--mod--userdir--custom_fragment)

##### <a name="-apache--mod--userdir--home"></a>`home`

Data type: `Optional[String]`

*Deprecated* Path to system home directory.

Default value: `undef`

##### <a name="-apache--mod--userdir--dir"></a>`dir`

Data type: `Optional[String]`

*Deprecated* Path from user's home directory to public directory.

Default value: `undef`

##### <a name="-apache--mod--userdir--userdir"></a>`userdir`

Data type: `Optional[String[1]]`
Expand Down