You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is anyone successfully using a custom systemd script? This is what I have in my wrapper cookbook 'elsaticsearch-cvent' that calls this public elasticsearch cookbook:
elasticsearch_service 'elasticsearch' do
action :start
systemd_source 'systemd_unit_cvent.erb'
systemd_cookbook 'elasticsearch-cvent'
end
Then I have systemd_unit_cvent.erb in the template section of my ''elsaticsearch-cvent' wrapper cookbook.
But the elasticsearch.service file that gets generated doesn't contain my customizations in my systemd_unit_cvent.erb template file.
Any ideas?
Thanks
The text was updated successfully, but these errors were encountered:
Is anyone successfully using a custom systemd script? This is what I have in my wrapper cookbook 'elsaticsearch-cvent' that calls this public elasticsearch cookbook:
Then I have systemd_unit_cvent.erb in the template section of my ''elsaticsearch-cvent' wrapper cookbook.
But the elasticsearch.service file that gets generated doesn't contain my customizations in my systemd_unit_cvent.erb template file.
Any ideas?
Thanks
The text was updated successfully, but these errors were encountered: