Skip to content

Instantly share code, notes, and snippets.

@rogeriopradoj
Created September 24, 2012 00:40
Show Gist options
  • Select an option

  • Save rogeriopradoj/3773600 to your computer and use it in GitHub Desktop.

Select an option

Save rogeriopradoj/3773600 to your computer and use it in GitHub Desktop.
Vagrant: O que, Por que e Como - Passo 5 - 3
include php
php::module { ['xdebug', 'pgsql', 'curl', 'gd'] :
notify => [ Service['httpd'], ],
}
php::conf { [ 'pdo', 'pdo_pgsql']:
require => Package['php5-pgsql'],
notify => Service['httpd'],
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment