bundles/postgresql: some improvements
This commit is contained in:
parent
54d0c42da6
commit
76eef92ee2
3 changed files with 11 additions and 30 deletions
|
@ -45,7 +45,7 @@ files = {
|
|||
"/etc/postgresql/{}/main/postgresql.conf".format(postgresql_version): {
|
||||
'content_type': 'mako',
|
||||
'context': {
|
||||
'version_list': [int(i) for i in node.metadata['postgresql']['version'].split('.')],
|
||||
'version': postgresql_version,
|
||||
**node.metadata['postgresql'],
|
||||
},
|
||||
'owner': 'postgres',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue