Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add dhcp_includes parameter #520

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

vilkasx
Copy link

@vilkasx vilkasx commented Jul 4, 2019

Add dhcp_includes parameter to allow expand configuration of DHCP server by passing additional configuration files.

…ver by passing additional configuration files.
Copy link
Member

@ekohl ekohl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Apologies for the slow response. This really slipped through for a while.

@@ -427,6 +429,7 @@
Optional[Integer[0]] $dhcp_mclt = $::foreman_proxy::params::dhcp_mclt,
Optional[Integer[0, 255]] $dhcp_load_split = $::foreman_proxy::params::dhcp_load_split,
Optional[Integer[0]] $dhcp_load_balance = $::foreman_proxy::params::dhcp_load_balance,
Variant[Array[String], Optional[String]] $dhcp_includes = $::foreman_proxy::params::dhcp_includes,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are these absolute paths or relative? I'd also limit it to just Array[String] and default it to []

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants