switched parameter - https://gitlab.confdroid.com/internal/confdroid_management/-/issues/279
This commit is contained in:
@@ -17,9 +17,9 @@ define postgresql_cd::server::databases::db_df (
|
||||
Optional[String] $pl_db_action = undef,
|
||||
String $pl_db_extension = 'pg_trgm',
|
||||
) {
|
||||
$pl_manage_databases = $postgresql_cd::params::pl_manage_databases
|
||||
$pl_manage_content = $postgresql_cd::params::pl_manage_content
|
||||
|
||||
if $pl_manage_databases == true {
|
||||
if $pl_manage_content == true {
|
||||
# create databases
|
||||
|
||||
if $pl_db_action == 'CREATE DATABASE' {
|
||||
|
||||
Reference in New Issue
Block a user