puppet-php
puppet-php copied to clipboard
when enabling sql extensions, enable their pdo counterparts
n.b.: all mysql extensions point to the same pdo name/file. for mysql in particular, we also enable mysqli
this doesn't do much, as of yet.
it's almost like something is missing. so strange, even though our settings are [ ] :P
i think it's time i take another look at this ;)
haha yeah
so! I just tested this on one of my prod systems and it seems to work out fine.
next step should be to move the standard php::config case into php::extension, and remove all params classes.
nizzle ! :)
i'd love to get some more feedback / testing here ;)
latest commit uses the correct prio for mysqlnd, not sure about the other drivers. again: need some feedback / testing from other people ;)