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
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
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
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