Skip to content

Commit

Permalink
Fixes #30950 - Update of init.pp
Browse files Browse the repository at this point in the history
  • Loading branch information
stejskalleos committed Oct 5, 2020
1 parent be2729c commit ab5b448
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -361,6 +361,8 @@
Boolean $templates = $foreman_proxy::params::templates,
Foreman_proxy::ListenOn $templates_listen_on = $foreman_proxy::params::templates_listen_on,
Stdlib::HTTPUrl $template_url = $foreman_proxy::params::template_url,
Boolean $registration = $foreman_proxy::params::registration,
Foreman_proxy::ListenOn $registration_listen_on = $foreman_proxy::params::registration_listen_on,
Boolean $logs = $foreman_proxy::params::logs,
Foreman_proxy::ListenOn $logs_listen_on = $foreman_proxy::params::logs_listen_on,
Optional[Boolean] $httpboot = $foreman_proxy::params::httpboot,
Expand Down

0 comments on commit ab5b448

Please sign in to comment.