We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69008ed commit 84553edCopy full SHA for 84553ed
README.md
@@ -198,11 +198,11 @@ The following is an example for using the PostgreSQL as database:
198
```ruby
199
node 'proxy.example.com' {
200
class { 'postgresql::server': }
201
-
+
202
class { 'zabbix::database':
203
database_type => 'postgresql',
204
}
205
206
class { 'zabbix::proxy':
207
zabbix_server_host => '192.168.20.11',
208
@@ -215,7 +215,7 @@ When you want to make use of an MySQL database as backend:
215
216
class { 'mysql::server': }
217
218
- class { 'zabbix::database':
+ class { 'zabbix::database':
219
database_type => 'mysql',
220
221
0 commit comments