Eduardo S. Scarpellini
2010-Sep-08 18:04 UTC
[Puppet Users] Puppet 0.25: FIlebucket (doesn''t work)
Hackers, I work on one of the biggest ISP''s in Brazil where we''ve started to use puppet about 10 months. We have a puppet-0.25 running on CentOS 5.5 both on server and client side. All works perfectly, but the filebucket (server) doesn''t work anyway :( The files are always bucketed only on clients. I''ve seen some howtos/mail-lists on the Internet, but any of them have [not] helped. Someone have some idea about this ''''issue''''? My configs are following: * /etc/puppet/manifests/site.pp --- # The filebucket option allows for file backups to the server filebucket { main: server => "puppet.tld", } # Set global defaults - including backing up all files to the main filebucket and adds a global path File { backup => main, } Exec { path => "/usr/bin:/usr/sbin/:/bin:/sbin", } import "modules" --- []s -- Eduardo S. Scarpellini <scarpellini@gmail.com> -- 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+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
Eduardo S. Scarpellini
2010-Sep-10 17:23 UTC
[Puppet Users] Re: Puppet 0.25: FIlebucket (doesn''t work)
Replying myself: There is a bug on 0.25.x :( http://groups.google.com/group/puppet-users/browse_thread/thread/df15442ae64ae7c2 http://projects.puppetlabs.com/issues/3807 []s 2010/9/8 Eduardo S. Scarpellini <scarpellini@gmail.com>> Hackers, > I work on one of the biggest ISP''s in Brazil where we''ve started to use > puppet about 10 months. > We have a puppet-0.25 running on CentOS 5.5 both on server and client side. > All works perfectly, but the filebucket (server) doesn''t work anyway :( > The files are always bucketed only on clients. > > I''ve seen some howtos/mail-lists on the Internet, but any of them have > [not] helped. > Someone have some idea about this ''''issue''''? > > My configs are following: > > * /etc/puppet/manifests/site.pp > --- > # The filebucket option allows for file backups to the server > filebucket { > main: > server => "puppet.tld", > } > > # Set global defaults - including backing up all files to the main > filebucket and adds a global path > File { > backup => main, > } > > Exec { > path => "/usr/bin:/usr/sbin/:/bin:/sbin", > } > > import "modules" > --- > > > > > []s > > -- > Eduardo S. Scarpellini > <scarpellini@gmail.com> >-- Eduardo S. Scarpellini <scarpellini@gmail.com> -- 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+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.