Skip to content

Commit

Permalink
(templates/lfa) prefix properties with "lfa."
Browse files Browse the repository at this point in the history
  • Loading branch information
glennmorris committed Aug 30, 2024
1 parent de9412d commit 7907d6b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions templates/lfa.epp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
String $bucket,
| -%>
# This file is managed by Puppet; changes may be overwritten.
id: <%= $id %>
secret: <%= $secret %>
endpoint: <%= $endpoint %>
bucket: <%= $bucket %>
lfa.id: <%= $id %>
lfa.secret: <%= $secret %>
lfa.endpoint: <%= $endpoint %>
lfa.bucket: <%= $bucket %>

0 comments on commit 7907d6b

Please sign in to comment.