mirror of
https://github.com/saltstack-formulas/postgres-formula.git
synced 2025-04-16 09:40:26 +00:00
Prevent default fromrepo
being evaluated as string 'None'
Bare `fromrepo:` results in `{..., 'fromrepo': 'None', ...}`
This commit is contained in:
parent
d22b66dfd0
commit
bfb158c0e3
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ postgres:
|
||||||
|
|
||||||
bake_image: False
|
bake_image: False
|
||||||
|
|
||||||
fromrepo:
|
fromrepo: ''
|
||||||
|
|
||||||
users: {}
|
users: {}
|
||||||
tablespaces: {}
|
tablespaces: {}
|
||||||
|
|
Loading…
Add table
Reference in a new issue