From c9242751287e34bb9afe0e60159bfe06f74d2802 Mon Sep 17 00:00:00 2001 From: Chris Roberts Date: Fri, 7 Sep 2018 16:12:01 -0400 Subject: [PATCH] Fixes #24854 - Update rest_client param reference in application.pp --- manifests/application.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/application.pp b/manifests/application.pp index 89336436..fb8bcf1e 100644 --- a/manifests/application.pp +++ b/manifests/application.pp @@ -22,7 +22,7 @@ Optional[Integer[0, 65535]] $proxy_port = $::katello::proxy_port, Optional[String] $proxy_username = $::katello::proxy_username, Optional[String] $proxy_password = $::katello::proxy_password, - Integer[0] $rest_client_timeout = $::katello::params::rest_client_timeout, + Integer[0] $rest_client_timeout = $::katello::rest_client_timeout, ) { include ::foreman include ::certs