diff --git a/manifests/init.pp b/manifests/init.pp index e1d9538..582f93f 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -259,7 +259,8 @@ } class { 'foreman_proxy::plugin::container_gateway': - pulp_endpoint => "https://${servername}", + pulp_endpoint => "https://${servername}", + client_endpoint => "https://${client_facing_servername}", } } } else {