On Wednesday, July 4, 2012 1:10:53 AM UTC-5, Tharanga Abeyseela wrote: > > Hello folks, > > I like to store all my configuration archives (Client file changes) on a > SVN or GIT repository instead of a local file system. currently i am using > following config to store all backups (client file changes) on my > puppetmaster server > > filebucket { puppet: > server => puppet-master, > path => false, > } > > > How can i redirect all filebucket operations to the SVN or GIT repository. >
You can make the master's filebucket directory a working copy of an SVN or GIT repository, but you cannot easily make the agent check in changes. Are you sure you even want this, though? Filebucketed files are identified by their checksums rather than their names, so a source control system is only going to give you storage, not revision history. You can get the same, more easily, simply by ensuring that the filebucket directory is regularly backed up. John -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To view this discussion on the web visit https://groups.google.com/d/msg/puppet-users/-/6Yyl7OBPhwcJ. 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.