mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-28 00:04:04 +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) {
|
||||
include pgsql
|
||||
|
||||
pgsql::database::create { "create-pgsql-${name}-db":
|
||||
pgsql::database::create { $name:
|
||||
username => $username,
|
||||
password => $password,
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user