Merge branch 'fix/pr-71/readme_typo' into develop
Merged from: https://github.com/Icinga/puppet-icinga2/pull/71
This commit is contained in:
commit
bfbe35e71d
1 changed files with 1 additions and 1 deletions
|
@ -173,7 +173,7 @@ If you would like to use the [Debmon repository](http://debmon.org/packages) for
|
||||||
class { 'icinga2::server':
|
class { 'icinga2::server':
|
||||||
server_db_type => 'pgsql',
|
server_db_type => 'pgsql',
|
||||||
# default to false
|
# default to false
|
||||||
use_debmon => true,
|
use_debmon_repo => true,
|
||||||
db_host => 'localhost'
|
db_host => 'localhost'
|
||||||
db_port => '5432'
|
db_port => '5432'
|
||||||
db_name => 'icinga2_data'
|
db_name => 'icinga2_data'
|
||||||
|
|
Loading…
Reference in a new issue