Vagrant/PostgreSQL: Install php library

refs #4215
This commit is contained in:
Eric Lippmann 2013-06-04 10:22:17 +02:00
parent 8c3bc30677
commit ebfe5ab7f0
1 changed files with 5 additions and 0 deletions

View File

@ -23,4 +23,9 @@ class php {
ensure => installed,
require => Package['mysql-server']
}
package { 'php-pgsql':
ensure => installed,
require => Package['postgresql-server']
}
}