On Thursday, September 6, 2012 11:48:40 PM UTC+2, Andreas Ntaflos wrote:
>
> On 2012-09-04 17:26, Bai Shen wrote:
> > class solr {
>
> I recommend you follow best practices and not manage every aspect of
> your Solr resource in a single class, but split it up into subclasses,
> probably at leas
On Thursday, September 6, 2012 4:48:40 PM UTC-5, Andreas Ntaflos wrote:
>
> On 2012-09-04 17:26, Bai Shen wrote:
> > I've gotten an install of solr working, but it's pretty much a hack job
> > at the moment. If y'all could give me your thoughts on how to improve
> > my setup, I'd appreciate i
On Thu, Sep 6, 2012 at 2:48 PM, Andreas Ntaflos wrote:
> Well-designed modules are rare and take time and experience to create. I
> myself have written around 60 modules over the past nine months but I
> would never dare publish any of them on Puppetforge or even Github. It's
> hard to make a modu
On 2012-09-04 17:26, Bai Shen wrote:
> I've gotten an install of solr working, but it's pretty much a hack job
> at the moment. If y'all could give me your thoughts on how to improve
> my setup, I'd appreciate it. apache-tomcat is an rpm of Tomcat 7 that
> references the oracle jdk instead of ope
I've gotten an install of solr working, but it's pretty much a hack job at
the moment. If y'all could give me your thoughts on how to improve my
setup, I'd appreciate it. apache-tomcat is an rpm of Tomcat 7 that
references the oracle jdk instead of openjdk.
Thanks.
class solr {
service
On 12/21/2010 07:05 PM, deet wrote:
> Hello.
> I recently tried to improve a module I have which is used to create
> one or more instances of mysql per node. The original module had
> lot's of code repetition to get around gaps in my skills. The new
> improved module has less code repetition
Hello.
I recently tried to improve a module I have which is used to create
one or more instances of mysql per node. The original module had
lot's of code repetition to get around gaps in my skills. The new
improved module has less code repetition but doesn't seem as clean as
I imagined it in