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:
@@ -33,7 +33,6 @@ end
|
|||||||
|
|
||||||
service postgresql_service do
|
service postgresql_service do
|
||||||
supports restart: true, status: true, reload: true
|
supports restart: true, status: true, reload: true
|
||||||
action [:enable]
|
|
||||||
end
|
end
|
||||||
|
|
||||||
postgresql_data_bag_item = data_bag_item('credentials', 'postgresql')
|
postgresql_data_bag_item = data_bag_item('credentials', 'postgresql')
|
||||||
|
|||||||
Reference in New Issue
Block a user