Skip to content

Commit 6a77bbb

Browse files
committed
Prevent remaining defaults from being evaluated as string 'None'
1 parent bfb158c commit 6a77bbb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

postgres/defaults.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ postgres:
3232
url: https://github.com/PostgresApp/PostgresApp/releases/download/v2.1.1/Postgres-2.1.1.dmg
3333
sum: sha256=ac0656b522a58fd337931313f09509c09610c4a6078fe0b8e469e69af1e1750b
3434
homebrew:
35-
url:
36-
sum:
35+
url: ''
36+
sum: ''
3737
dl:
3838
opts: -s -L
3939
interval: 60
@@ -67,4 +67,4 @@ postgres:
6767

6868
linux:
6969
#Alternatives system are disabled by a 'altpriority=0' pillar.
70-
altpriority:
70+
altpriority: 0

0 commit comments

Comments
 (0)