On Tue, Oct 19, 2010 at 5:31 PM, luke.bigum <luke.bi...@fasthosts.co.uk> 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 'default' {
>  include test
> }
> *********

I have pretty much the same config stolen from the example in the
puppet docs and also get no bucketing on the master.

agent trace log:

debug: Finishing transaction 23620811645560
info: FileBucket adding /etc/rc.d/init.d/ibe as
{md5}bc5a527cdb18f4e7030b72f30bc67786
info: /Stage[main]/Ibe::Config/File[/etc/rc.d/init.d/ibe]:
Filebucketed /etc/rc.d/init.d/ibe to main with sum
bc5a527cdb18f4e7030b72f30bc67786

It says it backs it up to "main" but nothing's received on the master.
Likewise, masterhttp.log have nothing but report PUTs in it. server
bucket is empty. No errors anywhere.

Centos5, 2.6.2.
Same behaviour on previous 0.2x.x versions.

--
Mike

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To post to this group, send email to puppet-us...@googlegroups.com.
To unsubscribe from this group, send email to 
puppet-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.

Reply via email to