On Mon, Oct 22, 2012 at 3:46 PM, Luke Kanies <[email protected]> wrote: > On Oct 22, 2012, at 3:38 PM, Bostjan Skufca <[email protected]> > wrote: > > Hi all, > > the post below was originally intended for this list, but was unfortunately > misdirected to puppet-users. As some debate has already begun around it, I > will not duplicate its content here, so please see for yourself: > https://groups.google.com/forum/?fromgroups=#!topic/puppet-users/d4F9ESnRTAo > > Can you think of any showstoppers for this feature? > > > This is pretty much exactly what the static compiler does - you can > selectively enable it with something like '--compile_terminus > static_compiler'. > > There are some issues with it (e.g., you have to build and manage a > server-side filebucket that's shared across all masters), but it was built > to do almost exactly what you're trying to do. And a bit more actually, > because it means that server-side code can change without it affecting > client-side catalogs. > > I thought we had live docs on it now, but this is what we have so far, in > clearly interim form: > > https://github.com/puppetlabs/pre-docs/blob/master/telly/static_compiler.md
Unfortunately this is a private repo we use for "pre-docs" for all sorts of development notes to be turned into documentation, not just our OSS projects. I've pasted that info into a public gist: https://gist.github.com/3935177 > > https://github.com/puppetlabs/puppet/blob/master/lib/puppet/indirector/catalog/static_compiler.rb > > Those links will quite possibly not work for all that long, but hopefully > they'll go live somewhere soon. > > Will that do what you want? > > -- > Luke Kanies | http://about.me/lak | http://puppetlabs.com/ | +1-615-594-8199 > > -- > You received this message because you are subscribed to the Google Groups > "Puppet Developers" 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-dev?hl=en. -- Nigel Kersten | http://puppetlabs.com | @nigelkersten Schedule Meetings at: http://tungle.me/nigelkersten -- You received this message because you are subscribed to the Google Groups "Puppet Developers" 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-dev?hl=en.
