On Mon, Oct 22, 2012 at 4:32 PM, Bostjan Skufca <[email protected]> wrote: > Thanks for quick help and docs share, but it does not seem to work. I get > errors about missing files, random. > > # This was added to puppetmasterd.conf file (I have separate config file for > master.) > catalog_terminus = static_compiler > > # This was added to site.pp > filebucket { puppet: server => 'puppetmaster.example.net', path => false } # > For static compiler > > # This is the additional bucket for backups, in site.pp (does not work even > if I remove it) > File { backup => main } > filebucket { main: server => 'puppetmaster.example.net' } > > Is there anything else I might need to add somewhere? Do I need to configure > fileserver.conf? Currently normal puppet runs work without it being present > on the master. >
>From my understanding of how it should work, I think you have all of the important bits. The static compiler is still an experimental feature and has a few known bugs in it as well as possible a few unknown bugs. If you can come up with a description of your problem and, if at all possible, a minimal reproduction case, that would help a lot. > b. > > > On Tuesday, 23 October 2012 00:38:48 UTC+2, Bostjan Skufca 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? >> >> b. > > -- > You received this message because you are subscribed to the Google Groups > "Puppet Developers" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/puppet-dev/-/rqJUZF5t5usJ. > > 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. -- 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.
