Skip to content

Commit

Permalink
add exposed path to globus config
Browse files Browse the repository at this point in the history
  • Loading branch information
poquirion committed Apr 3, 2024
1 parent 3eef249 commit 2cd1efc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion site/profile/manifests/globus.pp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
String $organization,
String $owner,
String $contact_email,
Array[String] $accepted_domains
Array[String] $accepted_domains,
Array[String] $exposed_paths

) {
package { 'wget':
Expand All @@ -20,6 +21,7 @@
contact_email => $contact_email,

Check warning on line 21 in site/profile/manifests/globus.pp

View workflow job for this annotation

GitHub Actions / build

indentation of => is not properly aligned (expected in column 20, but found it in column 18) (check: arrow_alignment)
ip_address => $public_ip,

Check warning on line 22 in site/profile/manifests/globus.pp

View workflow job for this annotation

GitHub Actions / build

indentation of => is not properly aligned (expected in column 20, but found it in column 17) (check: arrow_alignment)
accepted_domains => $accepted_domains,
exposed_paths => $exposed_paths,

Check warning on line 24 in site/profile/manifests/globus.pp

View workflow job for this annotation

GitHub Actions / build

indentation of => is not properly aligned (expected in column 20, but found it in column 17) (check: arrow_alignment)
users => $users
}

Expand Down

0 comments on commit 2cd1efc

Please sign in to comment.