Compare commits
No commits in common. "97a1b3ae855b387b7ec63f38ad615b55c71dc581" and "194de9ef2dff4773a8ae0aed63d84ed1a1fd1261" have entirely different histories.
97a1b3ae85
...
194de9ef2d
2 changed files with 4 additions and 5 deletions
|
@ -25,10 +25,10 @@ directories = {
|
|||
},
|
||||
# This is needed so the above purge does not remove the version
|
||||
# currently installed.
|
||||
'/etc/postgresql/{}/main'.format(postgresql_version): {
|
||||
'owner': 'postgres',
|
||||
'group': 'postgres',
|
||||
'mode': '0755',
|
||||
'/etc/postgresql/{}'.format(postgresql_version): {
|
||||
'owner': None,
|
||||
'group': None,
|
||||
'mode': None,
|
||||
},
|
||||
}
|
||||
|
||||
|
|
|
@ -19,7 +19,6 @@ actions = {
|
|||
'zfs_dataset:',
|
||||
'zfs_pool:',
|
||||
},
|
||||
'comment': 'If this fails, do a dist-upgrade, reinstall zfs-dkms, reboot',
|
||||
},
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue