Skip to content

Commit

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

) {
package { 'wget':
Expand All @@ -18,6 +19,7 @@
owner => $owner,

Check warning on line 19 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)
contact_email => $contact_email,

Check warning on line 20 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 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 17) (check: arrow_alignment)
accepted_domains => $accepted_domains,
users => $users

Check warning on line 23 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 9) (check: arrow_alignment)
}

Expand Down

0 comments on commit 3eef249

Please sign in to comment.