This is usually because somewhere you have a File resource whose name
is a variable, and the variable's undefined. So either:
package { "whatever" : ... require => File["$somevariable"] }
- or -
file { "$somevariable": .. .blah blah }
On Jul 1, 6:24 pm, Michael Halligan <[email protected]> wrote:
> I'm running Puppet 2.7.1 on the master as well as the agent and just
> received a new error which doesn't actually reference a module or a file, so
> I'm somewhat stuck as to how to debug this. Any pointers?
> The error is err: Could not retrieve catalog from remote server: Could not
> intern from pson: Could not convert from pson: Could not find relationship
> target "File[]"
--
You received this message because you are subscribed to the Google Groups
"Puppet Users" 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-users?hl=en.