Hi

> OK, looks like when you use "puppet://puppet.something.com/file",
> puppetbucket.addfile ends up parsing that as just "puppet" - I tried
> changing it to something like "puppet://random.something.com/file" and
> then puppetbucket.addfile looks at random.something.com instead.
> Looks like naming puppet masters "puppet.x.y" is a bad idea?
>
> I thought maybe it was the same issue with the triple slash protocol,
> so I tried renaming my puppet master to deployer.dev.clarencetso.com
> and resigning all the certs, etc.  Unfortunately, it is the same
> problem where everything works great except for puppetbucket.addfile,
> which for some reason wants to use puppet:8140.  What I do know is
> that there is no uri2obj(source) call happening before this function
> call, but that's really it.
>
> Not sure what's going on...

the filebucket has its own server option, you have to define. Like  
that you can backup to different hosts.

http://reductivelabs.com/trac/puppet/wiki/TypeReference#filebucket

so you should do:

# Define the bucket
filebucket { main: server => $server }

# Specify it as the default target
File { backup => main }


cheers pete



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To post to this group, send email to puppet-users@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