Finish initial encfs cookbook and postgres adaptations
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user