diff --git a/php/manifests/init.pp b/php/manifests/init.pp index fb04aaa..f25e449 100644 --- a/php/manifests/init.pp +++ b/php/manifests/init.pp @@ -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 {