Skip to content

Commit

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

) {
package { 'wget':
Expand All @@ -19,7 +18,6 @@
owner => $owner,
contact_email => $contact_email,
ip_address => $public_ip,
accepted_domains => $accepted_domains,
users => $users
}

Expand Down

0 comments on commit fe8bdb4

Please sign in to comment.