Hi,
Received the same kind of error with a different message, using Puppet 3.7.2 with future parser;
Error: Could not retrieve catalog from remote server: Error 400 on SERVER: Syntax error at '[' at /etc/puppet/environments/tst/modules/managesoft/manifests/install.pp:41:23 on node <fqdn>
Had the following in my require statement;
require => [ File ['/var/tmp/mgsft_rollout_response'], File ['/var/tmp/ux.npl'] ]
fixed by removing spaces to;
require => [File['/var/tmp/mgsft_rollout_response'],File['/var/tmp/ux.npl']]
Stefan
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-users...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/27b39605-a929-4271-8a4b-b693337b7207%40googlegroups.com.