mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-28 08:14:03 +02:00
The name of pgsql::database::create MUST NOT be create-pgsql-*-db
This commit is contained in:
parent
ee711679e6
commit
538088d177
@ -13,7 +13,7 @@ sudo -u postgres createlang plpgsql ${name}",
|
|||||||
define pgsql::database::populate ($username, $password, $schemafile, $requirement) {
|
define pgsql::database::populate ($username, $password, $schemafile, $requirement) {
|
||||||
include pgsql
|
include pgsql
|
||||||
|
|
||||||
pgsql::database::create { "create-pgsql-${name}-db":
|
pgsql::database::create { $name:
|
||||||
username => $username,
|
username => $username,
|
||||||
password => $password,
|
password => $password,
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user