This project sets up an instance of Solr configured to run with SOLR.
It installs SOLR on tomcat6 on Ubuntu based systems. Patches to support other architectures are welcome. Patches to add testing are especially welcome.
Just run puppet module install zivtech/drupal_solr
.
include drupal_solr
class { 'drupal_solr':
tomcatuser => 'tomcat6',
webadmingroup => 'some_website_admin_group',
}
This module relies on puppetlabs/vcsrepo.
drupal_solr::instance { 'drupal': }
drupal_solr::instance { 'drupal':
# Drupal 7
version => 7,
# Not using Search API
sapi => false,
}
drupal_solr::instance { 'drupal': ensure => absent }