diff --git a/doc/_index.html b/doc/_index.html
index a307865..763c793 100644
--- a/doc/_index.html
+++ b/doc/_index.html
@@ -78,6 +78,16 @@
+
php_cd::main::install
diff --git a/doc/puppet_classes/php_cd_3A_3Amain_3A_3Aconfig.html b/doc/puppet_classes/php_cd_3A_3Amain_3A_3Aconfig.html
index 83f4785..86c5a00 100644
--- a/doc/puppet_classes/php_cd_3A_3Amain_3A_3Aconfig.html
+++ b/doc/puppet_classes/php_cd_3A_3Amain_3A_3Aconfig.html
@@ -113,7 +113,7 @@
class php_cd::main::config (
) inherits php_cd::params {
- include php_cd::main::install
+ include php_cd::main::files
}
diff --git a/doc/puppet_classes/php_cd_3A_3Amain_3A_3Adirs.html b/doc/puppet_classes/php_cd_3A_3Amain_3A_3Adirs.html
new file mode 100644
index 0000000..6fbd18a
--- /dev/null
+++ b/doc/puppet_classes/php_cd_3A_3Amain_3A_3Adirs.html
@@ -0,0 +1,130 @@
+
+
+
+
+
+
+ Puppet Class: php_cd::main::dirs
+
+ — Documentation by YARD 0.9.26
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Puppet Class: php_cd::main::dirs
+
+
+
+ Inherits:
+ php_cd::params
+
+
+
+
+ Defined in:
+
+ manifests/main/dirs.pp
+
+
+
+
+
Summary
+ Class manages directory structure
+
+
Overview
+
+
+
+
php_cd::main::dirs.pp Module name: php_cd Author: Arne Teuke
+(arne_teuke@confdroid.com)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+6
+7
+8
+9
+10
+
+
+ # File 'manifests/main/dirs.pp', line 6
+
+class php_cd::main::dirs (
+
+) inherits php_cd::params {
+ require php_cd::main::install
+}
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/doc/puppet_classes/php_cd_3A_3Amain_3A_3Afiles.html b/doc/puppet_classes/php_cd_3A_3Amain_3A_3Afiles.html
new file mode 100644
index 0000000..d201c7d
--- /dev/null
+++ b/doc/puppet_classes/php_cd_3A_3Amain_3A_3Afiles.html
@@ -0,0 +1,130 @@
+
+
+
+
+
+
+ Puppet Class: php_cd::main::files
+
+ — Documentation by YARD 0.9.26
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Puppet Class: php_cd::main::files
+
+
+
+ Inherits:
+ php_cd::params
+
+
+
+
+ Defined in:
+
+ manifests/main/files.pp
+
+
+
+
+
Summary
+ Class manages file aspects
+
+
Overview
+
+
+
+
php_cd::main::files.pp Module name: php_cd Author: Arne Teuke
+(arne_teuke@confdroid.com)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+6
+7
+8
+9
+10
+
+
+ # File 'manifests/main/files.pp', line 6
+
+class php_cd::main::files (
+
+) inherits php_cd::params {
+ require php_cd::main::dirs
+}
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/doc/puppet_classes/php_cd_3A_3Amain_3A_3Ainstall.html b/doc/puppet_classes/php_cd_3A_3Amain_3A_3Ainstall.html
index 326b7d4..ec03e2b 100644
--- a/doc/puppet_classes/php_cd_3A_3Amain_3A_3Ainstall.html
+++ b/doc/puppet_classes/php_cd_3A_3Amain_3A_3Ainstall.html
@@ -77,7 +77,7 @@
Summary
- Class manages the module logic
+ Class manages installation aspects
Overview