Skip to content

Creating new Core not working... #33

Description

@tarzanjerin

Hi, Can any one explain me how to create a new core using this cook book. Thank you.

bash 'test' do
  code <<-EOH
  su - solr -c "/opt/solr/bin/solr create -c test"
  EOH
  not_if {::File.exist?('/var/solr/data/test/')}
end

This code is not working.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions