@@ -181,7 +181,6 @@ The following parameters are available in the `postgresql::globals` class:
181181* [ ` default_database ` ] ( #-postgresql--globals--default_database )
182182* [ ` validcon_script_path ` ] ( #-postgresql--globals--validcon_script_path )
183183* [ ` initdb_path ` ] ( #-postgresql--globals--initdb_path )
184- * [ ` createdb_path ` ] ( #-postgresql--globals--createdb_path )
185184* [ ` psql_path ` ] ( #-postgresql--globals--psql_path )
186185* [ ` pg_hba_conf_path ` ] ( #-postgresql--globals--pg_hba_conf_path )
187186* [ ` pg_ident_conf_path ` ] ( #-postgresql--globals--pg_ident_conf_path )
@@ -356,14 +355,6 @@ Path to the initdb command.
356355
357356Default value: ` undef `
358357
359- ##### <a name =" -postgresql--globals--createdb_path " ></a >` createdb_path `
360-
361- Data type: ` Optional[Variant[String[1], Stdlib::Absolutepath]] `
362-
363- Deprecated. Path to the createdb command.
364-
365- Default value: ` undef `
366-
367358##### <a name =" -postgresql--globals--psql_path " ></a >` psql_path `
368359
369360Data type: ` Optional[Variant[String[1], Stdlib::Absolutepath]] `
@@ -856,7 +847,6 @@ The following parameters are available in the `postgresql::server` class:
856847* [ ` ipv4acls ` ] ( #-postgresql--server--ipv4acls )
857848* [ ` ipv6acls ` ] ( #-postgresql--server--ipv6acls )
858849* [ ` initdb_path ` ] ( #-postgresql--server--initdb_path )
859- * [ ` createdb_path ` ] ( #-postgresql--server--createdb_path )
860850* [ ` psql_path ` ] ( #-postgresql--server--psql_path )
861851* [ ` pg_hba_conf_path ` ] ( #-postgresql--server--pg_hba_conf_path )
862852* [ ` pg_ident_conf_path ` ] ( #-postgresql--server--pg_ident_conf_path )
@@ -1085,14 +1075,6 @@ Specifies the path to the initdb command.
10851075
10861076Default value: ` $postgresql::params::initdb_path `
10871077
1088- ##### <a name =" -postgresql--server--createdb_path " ></a >` createdb_path `
1089-
1090- Data type: ` Optional[Variant[String[1], Stdlib::Absolutepath]] `
1091-
1092- Deprecated. Specifies the path to the createdb command.
1093-
1094- Default value: ` $postgresql::params::createdb_path `
1095-
10961078##### <a name =" -postgresql--server--psql_path " ></a >` psql_path `
10971079
10981080Data type: ` Variant[String[1], Stdlib::Absolutepath] `
0 commit comments