Franziska Kunsmann
fbb8840dff
All checks were successful
bundlewrap/pipeline/head This commit looks good
8 lines
218 B
Text
8 lines
218 B
Text
library "db_ido_pgsql"
|
|
|
|
object IdoPgsqlConnection "ido-pgsql" {
|
|
user = "icinga2",
|
|
password = "${node.metadata['postgresql']['roles']['icinga2']['password']}",
|
|
host = "localhost",
|
|
database = "icinga2"
|
|
}
|