Re: Filebucket with SVN

31 views
Skip to first unread message

jcbollinger

unread,
Jul 5, 2012, 12:06:02 PM7/5/12
to puppet...@googlegroups.com


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

Reply all
Reply to author
Forward
0 new messages