38
38
* [ ` apache::mod::dav_svn ` ] ( #apache--mod--dav_svn ) : Installs and configures ` mod_dav_svn ` .
39
39
* [ ` apache::mod::dbd ` ] ( #apache--mod--dbd ) : Installs ` mod_dbd ` .
40
40
* [ ` apache::mod::deflate ` ] ( #apache--mod--deflate ) : Installs and configures ` mod_deflate ` .
41
- * [ ` apache::mod::dev ` ] ( #apache--mod--dev ) : Installs ` mod_dev ` .
42
41
* [ ` apache::mod::dir ` ] ( #apache--mod--dir ) : Installs and configures ` mod_dir ` .
43
42
* [ ` apache::mod::disk_cache ` ] ( #apache--mod--disk_cache ) : Installs and configures ` mod_disk_cache ` .
44
43
* [ ` 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
122
121
* ` apache::mod::ssl::reload ` : Manages the puppet_ssl folder for ssl file copies, which is needed to track changes for reloading service on changes
123
122
* ` apache::package ` : Installs an Apache MPM.
124
123
* ` 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
128
124
* ` apache::service ` : Installs and configures Apache service.
129
- * ` apache::ssl ` : This class installs Apache SSL capabilities
130
125
* ` apache::version ` : Try to automatically detect the version by OS
131
126
132
127
### Defined types
@@ -2054,12 +2049,6 @@ Default value:
2054
2049
}
2055
2050
```
2056
2051
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
-
2063
2052
### <a name =" apache--mod--dir " ></a >` apache::mod::dir `
2064
2053
2065
2054
Installs and configures ` mod_dir ` .
@@ -6761,8 +6750,6 @@ Installs and configures `mod_userdir`.
6761
6750
6762
6751
The following parameters are available in the ` apache::mod::userdir ` class:
6763
6752
6764
- * [ ` home ` ] ( #-apache--mod--userdir--home )
6765
- * [ ` dir ` ] ( #-apache--mod--userdir--dir )
6766
6753
* [ ` userdir ` ] ( #-apache--mod--userdir--userdir )
6767
6754
* [ ` disable_root ` ] ( #-apache--mod--userdir--disable_root )
6768
6755
* [ ` path ` ] ( #-apache--mod--userdir--path )
@@ -6771,22 +6758,6 @@ The following parameters are available in the `apache::mod::userdir` class:
6771
6758
* [ ` unmanaged_path ` ] ( #-apache--mod--userdir--unmanaged_path )
6772
6759
* [ ` custom_fragment ` ] ( #-apache--mod--userdir--custom_fragment )
6773
6760
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
-
6790
6761
##### <a name =" -apache--mod--userdir--userdir " ></a >` userdir `
6791
6762
6792
6763
Data type: ` Optional[String[1]] `
0 commit comments