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
<[email protected]>
--
You received this message because you are subscribed to the Google Groups
"Puppet Users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/puppet-users?hl=en.