Skip to content

Commit

Permalink
Merge pull request #50 from lsst-it/IT-5565/ccs-ocs-lfa-v2
Browse files Browse the repository at this point in the history
(templates/lfa) prefix properties with "lfa."
  • Loading branch information
glennmorris authored Aug 30, 2024
2 parents de9412d + 7907d6b commit 2d23f3f
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 2d23f3f

Please sign in to comment.