Skip to content

Commit 84553ed

Browse files
committed
purge trailing whitespace in README.md
1 parent 69008ed commit 84553ed

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -198,11 +198,11 @@ The following is an example for using the PostgreSQL as database:
198198
```ruby
199199
node 'proxy.example.com' {
200200
class { 'postgresql::server': }
201-
201+
202202
class { 'zabbix::database':
203203
database_type => 'postgresql',
204204
}
205-
205+
206206
class { 'zabbix::proxy':
207207
zabbix_server_host => '192.168.20.11',
208208
database_type => 'postgresql',
@@ -215,7 +215,7 @@ When you want to make use of an MySQL database as backend:
215215
node 'proxy.example.com' {
216216
class { 'mysql::server': }
217217

218-
class { 'zabbix::database':
218+
class { 'zabbix::database':
219219
database_type => 'mysql',
220220
}
221221

0 commit comments

Comments
 (0)