Compare commits

..

No commits in common. "97a1b3ae855b387b7ec63f38ad615b55c71dc581" and "194de9ef2dff4773a8ae0aed63d84ed1a1fd1261" have entirely different histories.

2 changed files with 4 additions and 5 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/{}/main'.format(postgresql_version): { '/etc/postgresql/{}'.format(postgresql_version): {
'owner': 'postgres', 'owner': None,
'group': 'postgres', 'group': None,
'mode': '0755', 'mode': None,
}, },
} }

View file

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