[Puppet Users] Re: configsync requires 2nd puppet run for plugin loading to work

2011-03-15 Thread Mikael Fridh
On Mon, Mar 14, 2011 at 3:27 PM, Mikael Fridh wrote: > First run of puppet performs a configsync and an attempt to load the > downloaded plugins, the provider fails to be found by puppet in this > first run, another re-run of puppet is needed for the provider to > work, see debug

[Puppet Users] configsync requires 2nd puppet run for plugin loading to work

2011-03-14 Thread Mikael Fridh
First run of puppet performs a configsync and an attempt to load the downloaded plugins, the provider fails to be found by puppet in this first run, another re-run of puppet is needed for the provider to work, see debug output below. Is this a bug or am I missing something you think? The error in

[Puppet Users] Re: client won't use remote file bucket

2010-11-23 Thread Mikael Fridh
On Nov 19, 10:56 am, Felix Frank wrote: > On 11/19/2010 10:15 AM, luke.bigum wrote: > > > Felix, > > > That fixes the problem, my remote file bucket now works. I'll raise a > > bug for this. Fixes it for me as well, thanks! -- Mikael -- You received this message because you are subscribed to t

Re: [Puppet Users] client won't use remote file bucket

2010-11-11 Thread Mikael Fridh
On Tue, Oct 19, 2010 at 5:31 PM, luke.bigum wrote: > Hi all, > > I'm having a stupid moment getting a remote file bucket working. My > client only file buckets locally, not remotely. > > I have this site.pp: > * > filebucket { "main": server => "puppet" } > File { backup => "main" } > node