Skip to content

Commit

Permalink
Merge pull request #3 from gtallan/master
Browse files Browse the repository at this point in the history
add setting of MyProxy CaSubjectDN
  • Loading branch information
treydock committed May 14, 2019
2 parents 1b20ebb + b5936ae commit 7d2a977
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions manifests/config.pp
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,9 @@
globus_connect_config { 'MyProxy/ServerBehindNAT': value => $globus::myproxy_server_behind_nat }
globus_connect_config { 'MyProxy/CADirectory': value => $globus::myproxy_ca_directory }
globus_connect_config { 'MyProxy/ConfigFile': value => $globus::myproxy_config_file }
if $globus::myproxy_ca_subject_dn {
globus_connect_config { 'MyProxy/CaSubjectDN': value => $globus::myproxy_ca_subject_dn }
}
}

# OAuth Configs
Expand Down
1 change: 1 addition & 0 deletions manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
$myproxy_server_behind_nat = false,
$myproxy_ca_directory = '/var/lib/globus-connect-server/myproxy-ca',
$myproxy_config_file = '/var/lib/globus-connect-server/myproxy-server.conf',
$myproxy_ca_subject_dn = undef,
Array $myproxy_firewall_sources = ['174.129.226.69', '54.237.254.192/29'],

# OAuth Config
Expand Down

0 comments on commit 7d2a977

Please sign in to comment.