Re: [Puppet Users] Re: err: Could not retrieve catalog from remote server: Could not intern from pson: Could not convert from pson: Could not find relationship target "File[]"

2011-07-02 Thread vagn scott
On 07/02/2011 03:20 PM, Eric Sorenson wrote: This is usually because somewhere you have a File resource whose name is a variable, and the variable's undefined. And a common reason for that to happen is that you've mistyped the variable name. Your design could be just fine. This is a good reaso

[Puppet Users] Re: err: Could not retrieve catalog from remote server: Could not intern from pson: Could not convert from pson: Could not find relationship target "File[]"

2011-07-02 Thread Eric Sorenson
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 wrote: > I'm running

Re: [Puppet Users] Re: Different users within same exec

2011-07-02 Thread vagn scott
On 06/26/2011 02:01 PM, ssk1287 wrote: Consider the following scenario. a folder FOLDER 1 which is owned by the root as it should be accessible to all users of the system. That's your mistake, right there. If you want a folder accessible to all users then make it group writable for some gr

Re: [Puppet Users] err: Could not retrieve catalog from remote server: Could not intern from pson: Could not convert from pson: Could not find relationship target "File[]"

2011-07-02 Thread Nigel Kersten
On Fri, Jul 1, 2011 at 6:24 PM, Michael Halligan 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 r

Re: [Puppet Users] puppetmaster gets no certificate request

2011-07-02 Thread Ronen Narkis
You need to sign the client certificate first, Did you do all the steps as described under http://projects.puppetlabs.com/projects/1/wiki/Certificates_And_Security(example section) ? Ronen On Sat, Jul 2, 2011 at 1:39 AM, newguy wrote: > Hi guys, > I am very new to puppet and am trying to insta