php: Added pgsql support
This commit is contained in:
parent
1eea65b28c
commit
9a81434b7e
1 changed files with 11 additions and 0 deletions
|
@ -32,6 +32,17 @@ class php::mysql {
|
|||
}
|
||||
|
||||
|
||||
# Install PostgreSQL support to PHP
|
||||
#
|
||||
class php::pgsql {
|
||||
|
||||
package { "php-pgsql":
|
||||
ensure => installed,
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
# Install PDO database abstraction support to PHP
|
||||
#
|
||||
class php::pdo {
|
||||
|
|
Loading…
Add table
Reference in a new issue