Compare commits

..

2 commits

Author SHA1 Message Date
97a1b3ae85
bundles/zfs: add comment to action:modprobe-zfs
All checks were successful
bundlewrap/pipeline/head This commit looks good
2021-02-20 16:51:34 +01:00
1c0a3ee8e7
bundles/postgresql: fix postgresql config path 2021-02-20 16:50:38 +01:00
2 changed files with 5 additions and 4 deletions

View file

@ -25,10 +25,10 @@ directories = {
}, },
# This is needed so the above purge does not remove the version # This is needed so the above purge does not remove the version
# currently installed. # currently installed.
'/etc/postgresql/{}'.format(postgresql_version): { '/etc/postgresql/{}/main'.format(postgresql_version): {
'owner': None, 'owner': 'postgres',
'group': None, 'group': 'postgres',
'mode': None, 'mode': '0755',
}, },
} }

View file

@ -19,6 +19,7 @@ actions = {
'zfs_dataset:', 'zfs_dataset:',
'zfs_pool:', 'zfs_pool:',
}, },
'comment': 'If this fails, do a dist-upgrade, reinstall zfs-dkms, reboot',
}, },
} }