diff --git a/site/profile/manifests/globus.pp b/site/profile/manifests/globus.pp index b00169c7d..41e4608a2 100644 --- a/site/profile/manifests/globus.pp +++ b/site/profile/manifests/globus.pp @@ -3,7 +3,6 @@ String $organization, String $owner, String $contact_email, - Array[String] $accepted_domains ) { package { 'wget': @@ -19,7 +18,6 @@ owner => $owner, contact_email => $contact_email, ip_address => $public_ip, - accepted_domains => $accepted_domains, users => $users }