Commit 1486744
Fix: Unterminated quoted string when creating read user
puppetdb in default config will create a read-only user, however there
is a bug[1] with the syntax to set the default read grant.
Fix it with help from comments[2].
[1] puppetlabs#330 (comment)
[2] puppetlabs#339 (comment)
Co-authored-by: Romain Tartière <romain@blogreen.org>
Signed-off-by: Jake Yip <jake.yip@ardc.edu.au>1 parent b8c1ec1 commit 1486744
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
| 56 | + | |
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
0 commit comments