more README puppet DSL fixing
Signed-off-by: Nick Chappell <nick@intronic.org> Merged from: https://github.com/Icinga/puppet-icinga2/pull/41 refs#7674: https://dev.icinga.org/issues/7674
This commit is contained in:
parent
fb9e17f7b8
commit
bf5440fb3e
1 changed files with 4 additions and 4 deletions
|
@ -118,10 +118,10 @@ When the `server_db_type` parameter is set, the right IDO database connection pa
|
|||
#Install Icinga 2:
|
||||
class { 'icinga2::server':
|
||||
server_db_type => 'pgsql',
|
||||
db_host => 'localhost'
|
||||
db_port => '5432'
|
||||
db_name => 'icinga2_data'
|
||||
db_user => 'icinga2'
|
||||
db_host => 'localhost',
|
||||
db_port => '5432',
|
||||
db_name => 'icinga2_data',
|
||||
db_user => 'icinga2',
|
||||
db_password => hiera('icinga_db_password_key_here'),
|
||||
}
|
||||
</pre>
|
||||
|
|
Loading…
Reference in a new issue