diff --git a/doc/_index.html b/doc/_index.html index 0abcf4a..3cf8ac5 100644 --- a/doc/_index.html +++ b/doc/_index.html @@ -113,11 +113,6 @@ -
Configuration
manage user settings (optional)
-manage directory structure (optional)
manage configuration files (optional):
@@ -200,7 +198,7 @@Configuration
manage user settings (optional)
-manage directory structure (optional)
manage configuration files (optional):
@@ -200,7 +198,7 @@Specify which [package type] (confdroid.com/2017/05/puppet-type-package/) to use, i.e. latest, present or absent.
Specify which package type to use, i.e. latest, present or absent.
+46 47 48 49 @@ -503,35 +488,16 @@ inherited by all classes except defines. 99 100 101 -102 -103 -104 -105 -106 -107 -108 -109 -110 -111 -112+102
# File 'manifests/params.pp', line 47
+ # File 'manifests/params.pp', line 46
class confdroid_apache::params (
# installation
- String $pkg_ensure = 'latest',
- String $reqpackages = ['httpd','mod_ssl'],
-
- Boolean $ae_manage_user = false,
-
- String $ae_user_name = 'apache',
- String $ae_user_uid = '48',
- String $ae_u_comment = 'Apache',
- String $ae_u_groups = undef,
- String $ae_user_home = '/usr/share/httpd',
- String $ae_user_shell = '/bin/false',
+ String $pkg_ensure = 'present',
+ Array $reqpackages = ['httpd','mod_ssl'],
# configuration files
Boolean $ae_manage_cfg = false,
diff --git a/doc/puppet_classes/confdroid_apache_3A_3Aserver_3A_3Adirs.html b/doc/puppet_classes/confdroid_apache_3A_3Aserver_3A_3Adirs.html
index 9222dc9..f029740 100644
--- a/doc/puppet_classes/confdroid_apache_3A_3Aserver_3A_3Adirs.html
+++ b/doc/puppet_classes/confdroid_apache_3A_3Aserver_3A_3Adirs.html
@@ -292,8 +292,7 @@ httpd service.
194
195
196
-197
-198
+197
# File 'manifests/server/dirs.pp', line 7
@@ -301,7 +300,6 @@ httpd service.
class confdroid_apache::server::dirs (
) inherits confdroid_apache::params {
- require confdroid_apache::server::user
if $ae_manage_dirs == true {
# create main dir