diff --git a/inventory/group_vars/pdc_web b/inventory/group_vars/pdc_web index 3526b81495..abfa1a23b6 100644 --- a/inventory/group_vars/pdc_web +++ b/inventory/group_vars/pdc_web @@ -15,6 +15,8 @@ tcp_ports: [ 80 ] fas_client_groups: sysadmin-noc,sysadmin-releng,sysadmin-mbs,sysadmin-veteran +deployment_type: prod + # This just defines the CN of the saml2 cert we pull from the private repo # Don't be confused. The app is actually served at apps.stg.fp.o/pdc pdc_domain: pdc.fedoraproject.org diff --git a/inventory/group_vars/pdc_web_stg b/inventory/group_vars/pdc_web_stg index 9c74bf2167..b07037a7e9 100644 --- a/inventory/group_vars/pdc_web_stg +++ b/inventory/group_vars/pdc_web_stg @@ -15,6 +15,8 @@ tcp_ports: [ 80 ] fas_client_groups: sysadmin-noc,sysadmin-releng,sysadmin-mbs,sysadmin-veteran +deployment_type: stg + # This just defines the CN of the saml2 cert we pull from the private repo # Don't be confused. The app is actually served at apps.stg.fp.o/pdc pdc_domain: pdc.stg.fedoraproject.org