bundles/postgresql: use zfs if possible
All checks were successful
bundlewrap/pipeline/head This commit looks good

This commit is contained in:
Franzi 2020-08-29 21:30:12 +02:00
parent 68a4359a8c
commit 049b77e702
Signed by: kunsi
GPG key ID: 12E3D2136B818350
2 changed files with 34 additions and 2 deletions

View file

@ -0,0 +1,10 @@
defaults = {}
if node.has_bundle('zfs'):
defaults['zfs'] = {
'datasets': {
'tank/postgresql': {
'mountpoint': '/var/lib/postgresql',
},
},
}