Issue #3421 has been reported by Nigel Kersten.
----------------------------------------
Bug #3421: Insufficient debug info from pson versus yaml
http://projects.puppetlabs.com/issues/3421
Author: Nigel Kersten
Status: Unreviewed
Priority: Normal
Assigned to:
Category:
Target version:
Affected version: 0.25.4
Keywords:
Branch:
We had a manifest error like this:
<pre>
file { "$some_variable_that_no_longer_exists":
...
}
</pre>
which gave this error:
<pre>
err: Could not retrieve catalog from remote server: Could not intern from pson:
Could not convert from pson: Could not find relationship target "File[]"
</pre>
However as soon as I switched preferred_serialization_format to yaml, I got:
<pre>
err: Could not run Puppet configuration client: Parameter path failed:
File paths must be fully qualified, not '' at
/path/to/my/buggered/up/manifest/file.pp:25
</pre>
--
You have received this notification because you have either subscribed to it,
or are involved in it.
To change your notification preferences, please click here:
http://projects.puppetlabs.com/my/account
--
You received this message because you are subscribed to the Google Groups
"Puppet Bugs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/puppet-bugs?hl=en.