Do not enable the postgresql@12-main service

We want it to run only once the encrypted data directory has been
mounted
This commit is contained in:
Greg Karékinian 2020-06-08 18:38:32 +02:00
parent dba6629869
commit e3e726097f

View File

@ -33,7 +33,6 @@ end
service postgresql_service do
supports restart: true, status: true, reload: true
action [:enable]
end
postgresql_data_bag_item = data_bag_item('credentials', 'postgresql')