Skip to content

Commit d1a79ed

Browse files
authored
Merge pull request #2468 from puppetlabs/maint-update-ref-doc
(MAINT) - Updating REFERENCE.md
2 parents 6830c7f + a021e2a commit d1a79ed

File tree

1 file changed

+0
-29
lines changed

1 file changed

+0
-29
lines changed

REFERENCE.md

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@
3838
* [`apache::mod::dav_svn`](#apache--mod--dav_svn): Installs and configures `mod_dav_svn`.
3939
* [`apache::mod::dbd`](#apache--mod--dbd): Installs `mod_dbd`.
4040
* [`apache::mod::deflate`](#apache--mod--deflate): Installs and configures `mod_deflate`.
41-
* [`apache::mod::dev`](#apache--mod--dev): Installs `mod_dev`.
4241
* [`apache::mod::dir`](#apache--mod--dir): Installs and configures `mod_dir`.
4342
* [`apache::mod::disk_cache`](#apache--mod--disk_cache): Installs and configures `mod_disk_cache`.
4443
* [`apache::mod::dumpio`](#apache--mod--dumpio): Installs and configures `mod_dumpio`.
@@ -122,11 +121,7 @@ pre-requisite is met or declaring `apache::mod::pagespeed` will cause the puppet
122121
* `apache::mod::ssl::reload`: Manages the puppet_ssl folder for ssl file copies, which is needed to track changes for reloading service on changes
123122
* `apache::package`: Installs an Apache MPM.
124123
* `apache::params`: This class manages Apache parameters
125-
* `apache::php`: This class installs PHP for Apache.
126-
* `apache::proxy`: This class enabled the proxy module for Apache.
127-
* `apache::python`: This class installs Python for Apache
128124
* `apache::service`: Installs and configures Apache service.
129-
* `apache::ssl`: This class installs Apache SSL capabilities
130125
* `apache::version`: Try to automatically detect the version by OS
131126

132127
### Defined types
@@ -2054,12 +2049,6 @@ Default value:
20542049
}
20552050
```
20562051

2057-
### <a name="apache--mod--dev"></a>`apache::mod::dev`
2058-
2059-
Installs `mod_dev`.
2060-
2061-
* **Note** This module is deprecated. Please use `apache::dev`.
2062-
20632052
### <a name="apache--mod--dir"></a>`apache::mod::dir`
20642053

20652054
Installs and configures `mod_dir`.
@@ -6761,8 +6750,6 @@ Installs and configures `mod_userdir`.
67616750

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

6764-
* [`home`](#-apache--mod--userdir--home)
6765-
* [`dir`](#-apache--mod--userdir--dir)
67666753
* [`userdir`](#-apache--mod--userdir--userdir)
67676754
* [`disable_root`](#-apache--mod--userdir--disable_root)
67686755
* [`path`](#-apache--mod--userdir--path)
@@ -6771,22 +6758,6 @@ The following parameters are available in the `apache::mod::userdir` class:
67716758
* [`unmanaged_path`](#-apache--mod--userdir--unmanaged_path)
67726759
* [`custom_fragment`](#-apache--mod--userdir--custom_fragment)
67736760

6774-
##### <a name="-apache--mod--userdir--home"></a>`home`
6775-
6776-
Data type: `Optional[String]`
6777-
6778-
*Deprecated* Path to system home directory.
6779-
6780-
Default value: `undef`
6781-
6782-
##### <a name="-apache--mod--userdir--dir"></a>`dir`
6783-
6784-
Data type: `Optional[String]`
6785-
6786-
*Deprecated* Path from user's home directory to public directory.
6787-
6788-
Default value: `undef`
6789-
67906761
##### <a name="-apache--mod--userdir--userdir"></a>`userdir`
67916762

67926763
Data type: `Optional[String[1]]`

0 commit comments

Comments
 (0)