Fixed typo in README.md

This commit is contained in:
Achim Ledermüller 2015-01-08 13:18:14 +01:00
parent 2f375443ce
commit b49fd7e09e

View file

@ -173,7 +173,7 @@ If you would like to use the [Debmon repository](http://debmon.org/packages) for
class { 'icinga2::server':
server_db_type => 'pgsql',
# default to false
use_debmon => true,
use_debmon_repo => true,
db_host => 'localhost'
db_port => '5432'
db_name => 'icinga2_data'