voxpupuli / puppet-dhcp

Puppet module for deploying dhcp
https://forge.puppet.com/puppet/dhcp
Apache License 2.0
41 stars 136 forks source link

Fix the type of options and parameters in pool manifest #267

Closed alexshyriaiev closed 2 years ago

alexshyriaiev commented 2 years ago

Pull Request (PR) description

Changing the type of "options" and "parameters" from String to Array in pool.pp and pool6.pp. Also removing redundant check for array or string in appropriate templates.

This Pull Request (PR) fixes the following issues

Fixes #266

alexshyriaiev commented 2 years ago

Hello @ekohl

Do you know roughly when we can expect a 5.0.1 release?

Regards, Alex

ekohl commented 2 years ago

I opened https://github.com/voxpupuli/puppet-dhcp/pull/269

alexshyriaiev commented 2 years ago

I opened #269

Thanks!