Re: [Puppet Users] Re: class + each do

2011-03-07 Thread Peter Meier
>> You made a class for it? As it sounds like it's not getting called at all. >> > Yes.I did a class for this: are you including this class somewhere? ~pete -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to p

Re: [Puppet Users] Re: class + each do

2011-03-04 Thread Stefan Schulte
On Fri, Mar 04, 2011 at 02:24:59AM -0800, aleksey_k wrote: > On 4 мар, 13:08, Ben Hughes wrote: > > On Thu, Mar 03, 2011 at 11:59:25PM -0800, aleksey_k wrote: > > > > # puppet agent --test > > > > Throw a --debug on the end, and it should be a whole more talkative! > > > Outpu here -> http://paste

Re: [Puppet Users] Re: class + each do

2011-03-04 Thread Felix Frank
On 03/04/2011 09:08 AM, Ben Hughes wrote: > On Thu, Mar 03, 2011 at 11:59:25PM -0800, aleksey_k wrote: > >>> # puppet agent --test > > Throw a --debug on the end, and it should be a whole more talkative! > >> puppetmaster: >> #grep -i keys node/test-nodes.pp >> include "keys" > > You made a cla

[Puppet Users] Re: class + each do

2011-03-04 Thread aleksey_k
On 4 мар, 13:08, Ben Hughes wrote: > On Thu, Mar 03, 2011 at 11:59:25PM -0800, aleksey_k wrote: > > > # puppet agent --test > > Throw a --debug on the end, and it should be a whole more talkative! > Outpu here -> http://pastebin.com/0GHfkH63 > You made a class for it? As it sounds like it's not g

Re: [Puppet Users] Re: class + each do

2011-03-04 Thread Ben Hughes
On Thu, Mar 03, 2011 at 11:59:25PM -0800, aleksey_k wrote: > > # puppet agent --test Throw a --debug on the end, and it should be a whole more talkative! > puppetmaster: > #grep -i keys node/test-nodes.pp > include "keys" You made a class for it? As it sounds like it's not getting called at all

[Puppet Users] Re: class + each do

2011-03-03 Thread aleksey_k
On 4 мар, 12:23, Ben Hughes wrote: > On Thu, Mar 03, 2011 at 11:20:38PM -0800, aleksey_k wrote: > # puppet agent --test > puppetmaster: #grep -i keys node/test-nodes.pp include "keys" puppetclient: #puppetd --version 2.6.2 #puppetd --test info: Caching catalog for test-node info: Applying config

Re: [Puppet Users] Re: class + each do

2011-03-03 Thread Ben Hughes
On Thu, Mar 03, 2011 at 11:20:38PM -0800, aleksey_k wrote: > But puppet client don't copy file from puppet server :( Anything in the output or logs at all? Stop the client and run: # puppet agent --test and that should give you more information as to why. -- Ben Hughes || http://www.puppetla

[Puppet Users] Re: class + each do

2011-03-03 Thread aleksey_k
On 4 мар, 11:00, Ben Hughes wrote: > On Thu, Mar 03, 2011 at 09:39:02PM -0800, aleksey_k wrote: > > Hi. i have "keys" class where I copy some files from puppet server. > > You're trying to do ERB templating in a manifest. You can't do that. > > You could use the ruby DSL, or in puppet language, tr