From 5bc8122aa15fdea3ed3ee2e72f4c87b2ddd4888e Mon Sep 17 00:00:00 2001 From: Robert T Date: Tue, 31 Mar 2015 19:35:26 +0000 Subject: [PATCH] Fixed small error regarding manage_resources and it's usage with classes --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6bddedbd7..084d75169 100644 --- a/README.md +++ b/README.md @@ -364,7 +364,7 @@ There are some overall parameters which exists on all of the classes: ``` -The following is only availabe for the following classes: zabbix::server, zabbix::proxy & zabbix::agent +The following is only availabe for the following classes: zabbix::web, zabbix::proxy & zabbix::agent * `manage_resources`: As of release 0.4.0, when this parameter is set to true (Default is false) it make use of exported resources. You'll have an puppetdb configured before you can use this option. Information from the zabbix::agent, zabbix::proxy and zabbix::userparameters are able to export resources, which will be loaded on the zabbix::server. * `database_type`: Which database is used for zabbix. Default is postgresql. * `manage_database`: When the parameter 'manage_database' is set to true (Which is default), it will create the database and loads the sql files. Default the postgresql will be used as backend, mentioned in the params.pp file. You'll have to include the postgresql (or mysql) module yourself, as this module will require it.