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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/76ec0654-c041-471c-b203-0f117702276c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to