Merge branch 'master' of https://github.com/b0e/puppet-icinga2 into fix/pr-71/readme_typo

Merged from: https://github.com/Icinga/puppet-icinga2/pull/71
This commit is contained in:
Nick Chappell 2015-01-08 20:51:39 -08:00
commit 687e273ec3

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'