Finish initial encfs cookbook and postgres adaptations

This commit is contained in:
2020-06-08 17:01:24 +02:00
parent 379161eb1e
commit b662c04183
8 changed files with 34 additions and 21 deletions

View File

@@ -27,11 +27,6 @@
postgresql_version = "12"
postgresql_service = "postgresql@#{postgresql_version}-main"
# TODO check if still necessary
user "postgres" do
manage_home false
end
postgresql_custom_server postgresql_version do
role "primary"
end