Skip to content

Commit

Permalink
auth: fix keyring format
Browse files Browse the repository at this point in the history
Signed-off-by: Arthur Outhenin-Chalandre <[email protected]>
  • Loading branch information
MrFreezeex committed Jul 12, 2022
1 parent e34018f commit eba96d0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ceph/resource_auth.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ func resourceAuth() *schema.Resource {
}

const clientKeyringFormat = `[%s]
%s`
key = %s
`

func setAuthResourceData(d *schema.ResourceData, authResponses []authResponse) diag.Diagnostics {
if len(authResponses) == 0 {
Expand Down

0 comments on commit eba96d0

Please sign in to comment.