Skip to content
This repository was archived by the owner on Jun 11, 2019. It is now read-only.
This repository was archived by the owner on Jun 11, 2019. It is now read-only.

Solr service not starting #5

Description

@guiwoda

I'm pretty new to puppet, but I find this module far more complicated than others.

This is my manifest file:

(... apache, php, postgres stuff ...)
## Begin Solr Manifest
class { 'solr':
  install_source => "http://archive.apache.org/dist/lucene/solr/4.3.0/solr-4.3.0.tgz",
  config_dir => '/vagrant/static/solr/conf',
  config_file => '/vagrant/static/solr/conf/solrconfig.xml'
}

I'm provisioning a vagrant / virtualbox VM (CentOS 6.5).

Provisioning ends with no errors, but:

  • solr service never started
  • solr src sits at /opt/solr/solr-4.3.0 and no "deployment" of the example folder was done

Am I missing something? Documentation just says class { 'solr': } so I'm guessing I am.

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions