Configure/deploy new akkounts Rails app #242

Merged
greg merged 3 commits from feature/akkounts into master 2020-11-23 09:52:16 +00:00
Showing only changes of commit c26fcd5b26 - Show all commits

View File

@@ -49,11 +49,6 @@ ruby_version = "2.6.6"
bundle_path = "/opt/ruby_build/builds/#{ruby_version}/bin/bundle"
rails_env = node.chef_environment == "development" ? "development" : "production"
execute "systemctl daemon-reload" do
command "systemctl daemon-reload"
action :nothing
end
systemd_unit "akkounts.service" do
raucao marked this conversation as resolved
Review

This resource isn't used, you can delete it. It isn't needed since we're using a systemd_unit resource

This resource isn't used, you can delete it. It isn't needed since we're using a `systemd_unit` resource
Review

Thanks! That's a leftover from the Mastodon recipe, and the systemd resource didn't exist when I wrote that.

Thanks! That's a leftover from the Mastodon recipe, and the systemd resource didn't exist when I wrote that.
content({
Unit: {