Initial kosmos_gitea cookbook #168

Manually merged
greg merged 7 commits from feature/147-gitea_cookbook into master 2020-06-02 09:16:43 +00:00
Showing only changes of commit 20cbc678bc - Show all commits

View File

@ -29,5 +29,11 @@ class Chef
server_node['ipaddress']
end
end
def postgresql_service_name
postgresql_version = "12"
"postgresql@#{postgresql_version}-main"
end
end
end