diff --git a/doc/file.README.html b/doc/file.README.html index b3a1a3f..b0d318a 100644 --- a/doc/file.README.html +++ b/doc/file.README.html @@ -85,11 +85,15 @@

CONFIGURATION

+

Configurable options: - –storage.tsdb.retention.time via $ps_retention_time - –storage.tsdb.retention.size via $ps_retention_size - authentication user via $ps_auth_user - authentication password via $ps_auth_pass - web authentication password via $ps_web_pass ( different format required)

+

Repo Documentation

See the full Puppet documentation including parameters in docs/index.html

@@ -106,7 +110,7 @@

via site.pp or nodes.pp

node 'example.example.net' {
-  include cd_kubernetes
+  include cd_prometheus
 }