bundles/postgresql: fix postgresql config path
This commit is contained in:
parent
194de9ef2d
commit
1c0a3ee8e7
1 changed files with 4 additions and 4 deletions
|
@ -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',
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue