Skip to content

Commit

Permalink
Fixes #24854 - Update rest_client param reference in application.pp
Browse files Browse the repository at this point in the history
  • Loading branch information
chris1984 authored and ekohl committed Sep 7, 2018
1 parent b778089 commit c924275
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/application.pp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c924275

Please # to comment.