database::db software
Overview
This class contains the definition of the Postgres software packages you want to use on this system.
When these customizations aren’t enough, you can replace the class with your own class. See pg_profile::database for an explanation on how to do this.
Attributes
| Attribute Name | Short Description |
|---|---|
| base_url | |
| install_contrib | If you want to install the Postgres contrib package, set this value to true. |
| install_devel | If you want to install the Postgres devel package, set this value to true. |
| install_docs | If you want to install the Postgres docs package, set this value to true. |
| install_llvmjit | If you want to install the Postgres llvmjit package, set this value to true. |
| install_odbc | If you want to install the Postgres odbc package, set this value to true. |
| install_plperl | If you want to install the Postgres plperl package, set this value to true. |
| install_plpython3 | If you want to install the Postgres plpython3 package, set this value to true. |
| install_pltcl | If you want to install the Postgres pltcl package, set this value to true. |
| install_test | If you want to install the Postgres test package, set this value to true. |
| proxy |
proxy
The url of a proxy to use for accessing the Purgres yum server Type: Optional[String[1]]
Back to overview of database::db_software
base_url
The base URL for the Postgres yum channel. Type: String[1]
Back to overview of database::db_software
install_contrib
If you want to install the Postgres contrib package, set this value to true. The default value is false. Type: Boolean
Back to overview of database::db_software
install_devel
If you want to install the Postgres devel package, set this value to true. The default value is false. Type: Boolean
Back to overview of database::db_software
install_docs
If you want to install the Postgres docs package, set this value to true. The default value is false. Type: Boolean
Back to overview of database::db_software
install_llvmjit
If you want to install the Postgres llvmjit package, set this value to true. The default value is false. Type: Boolean
Back to overview of database::db_software
install_odbc
If you want to install the Postgres odbc package, set this value to true. The default value is false. Type: Boolean
Back to overview of database::db_software
install_plperl
If you want to install the Postgres plperl package, set this value to true. The default value is false. Type: Boolean
Back to overview of database::db_software
install_plpython3
If you want to install the Postgres plpython3 package, set this value to true. The default value is false. Type: Boolean
Back to overview of database::db_software
install_pltcl
If you want to install the Postgres pltcl package, set this value to true. The default value is false. Type: Boolean
Back to overview of database::db_software
install_test
If you want to install the Postgres test package, set this value to true. The default value is false. Type: Boolean
