thias / puppet-php

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

parse error at /manifests/fpm/conf.pp #33

Closed khaefeli closed 10 years ago

khaefeli commented 10 years ago

puppet parser validate puppet-modules/php/manifests/fpm/conf.pp Error: Could not parse for environment production: Syntax error at '{'; expected '}' at php/manifests/fpm/conf.pp:68

if I comment out:

$fpm_package_name_final = $fpm_package_name { undef => $::php::params::fpm_package_name, default => $fpm_package_name, }

everything is working fine.

probably related to https://github.com/thias/puppet-php/pull/31

thias commented 10 years ago

Good catch, I hadn't properly tested all those changes yet. This should be fixed in f83e6f0e68fa7926fa1c5eb24353e020b8f87860.