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