diff --git a/doc/_index.html b/doc/_index.html
index bd8f09f..6846631 100644
--- a/doc/_index.html
+++ b/doc/_index.html
@@ -83,6 +83,11 @@
+
+ prometheus_cd::main::dirs
+
+
+
prometheus_cd::main::files
diff --git a/doc/puppet_class_list.html b/doc/puppet_class_list.html
index 834be82..01e58be 100644
--- a/doc/puppet_class_list.html
+++ b/doc/puppet_class_list.html
@@ -57,35 +57,42 @@
-
+
+
+
+
+
+
-
+
-
+
-
+
-
+
diff --git a/doc/puppet_classes/prometheus_cd_3A_3Amain_3A_3Adirs.html b/doc/puppet_classes/prometheus_cd_3A_3Amain_3A_3Adirs.html
index 9409a50..71f5c23 100644
--- a/doc/puppet_classes/prometheus_cd_3A_3Amain_3A_3Adirs.html
+++ b/doc/puppet_classes/prometheus_cd_3A_3Amain_3A_3Adirs.html
@@ -124,7 +124,7 @@
class prometheus_cd::main::dirs (
) inherits prometheus_cd::params {
require prometheus_cd::main::install
- if $ps_prom_host == fqdn {
+ if ($ps_prom_host == $fqdn) and ($manage_prometheus == true) {
file { $ps_main_dir:
ensure => directory,
owner => 'root',
diff --git a/doc/puppet_classes/prometheus_cd_3A_3Aparams.html b/doc/puppet_classes/prometheus_cd_3A_3Aparams.html
index 931149e..651cb71 100644
--- a/doc/puppet_classes/prometheus_cd_3A_3Aparams.html
+++ b/doc/puppet_classes/prometheus_cd_3A_3Aparams.html
@@ -67,6 +67,8 @@
Inherited by:
+ prometheus_cd::main::dirs
+
prometheus_cd::main::files
prometheus_cd::main::config