thias / puppet-php

Puppet module to manage PHP
Other
49 stars 67 forks source link

Fix the regsubst flag #16

Closed xcompass closed 10 years ago

xcompass commented 10 years ago

When parser = future is enabled in puppet.conf, it doesn't like unqouted flag for regsubst. The new parser will throw out "Error 400 on SERVER: regsubst(): bad flag `g' at /etc/puppet/modules/common/php/manifests/module/ini.pp:25" error. Adding the qoute fixs the problem.

thias commented 10 years ago

Good catch, thanks a lot!