Move PostgreSQL to VMs and access via Zerotier #282

Merged
raucao merged 40 commits from feature/postgres_vms into master 2021-01-25 10:56:42 +00:00
Showing only changes of commit 7ce8b7d461 - Show all commits

View File

@ -32,7 +32,7 @@ action :create do
service postgresql_service do
supports restart: true, status: true, reload: true
action :start
action [:enable, :start]
end
# This service is a dependency that will auto-start our cluster service on