Say what kind of schema is being loaded.
This commit is contained in:
parent
72d9ed9198
commit
6ad8e09489
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@ class { 'icinga2::server':
|
|||
}
|
||||
</pre>
|
||||
|
||||
When the `server_db_type` parameter is set, the right IDO database connection packages are automatically installed and the schema is loaded.
|
||||
When the `server_db_type` parameter is set, the right IDO database connection packages are automatically installed and the database schema is loaded.
|
||||
|
||||
**Note:** For production use, you'll probably want to get the database password via a [Hiera lookup](http://docs.puppetlabs.com/hiera/1/puppet.html) so the password isn't sitting in your site manifests in plain text:
|
||||
|
||||
|
|
Loading…
Reference in a new issue