Gitea fixes #174

Merged
greg merged 8 commits from bugfix/147-gitea_fixes into master 2020-06-02 14:24:12 +00:00
Showing only changes of commit c8e50fd226 - Show all commits

View File

@ -42,6 +42,9 @@ postgresql_server = postgresql_primary_node[:ipaddress]
# PostgreSQL is on the same server, connect through localhost
postgresql_server = "localhost" if postgresql_primary_node[:hostname] == node[:hostname]
# Dependency
package "git"
user "git" do
manage_home true
home "/home/git"