Commit 8f47ea3
fb_bind: should_quote list fix (#351)
Summary:
- 'transfer-source-v6' is a option that was being quoted when it shouldn't be, this adds it to the no-quote-list
- re-alphabetize list
```ruby
'notify-source-v6' => node['ip6address'],
'transfer-source-v6' => node['ip6address'],
resulted in a validation failure:
notify-source-v6 2600:3c00::2000:d5ff:fe0f:454f;
transfer-source-v6 "2600:3c00::2000:d5ff:fe0f:454f";
```
the 'notify-source-v6' was being written correctly by matching the 'no' in the list. This change fixes transfer-source-v6.
Pull Request resolved: #351
Reviewed By: michel-slm
Differential Revision: D91362650
Pulled By: dafyddcrosby
fbshipit-source-id: ba0098eaed8b3c42b55779c77dec737d4b660d1c1 parent bfdd618 commit 8f47ea3
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
0 commit comments