Issue #12834 has been updated by Chris Price.
Linking this to ticket #8237, which is mentioned in the google summer-of-code reqs as an initial step towards "making the Filebucket git-backed". ---------------------------------------- Feature #12834: Use some version control system to retreive puppet config directly https://projects.puppetlabs.com/issues/12834#change-55851 Author: Alexander Swen Status: Accepted Priority: Low Assignee: Category: Target version: Affected Puppet version: Keywords: Branch: Hi Currently me and my colleagues put all puppet configs we create in one Github repo which we deploy on our master with Capistrano. To improve this workmethod it would a nice to have feature to tell the puppet master to look into a git (or any other version control that one likes best) repo and retreive the latest mutations itself. there should be something in the config file like this: cfg_repotype = git/svn/cvs/whatever cfg_url = git://... cfg_key = $vardir/githubkeyfile cfg_check_interval = 10 (minutes or so) Puppetmaster should than check every 10 minutes (or every catalog run) if it's still on the latest version or else clone the repo. -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://projects.puppetlabs.com/my/account -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" 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-bugs?hl=en.
