puppet-dhcp
puppet-dhcp copied to clipboard
Support subclass ?
Affected Puppet, Ruby, OS and module versions/distributions
- Puppet: 4
- Ruby:
- Distribution: Debian Stretch
- Module version: 3.2.0
How to reproduce (e.g Puppet code you use)
Use subclass
What are you seeing
Subclass is not managed in this module
What behaviour did you expect instead
Allow use of "subclass" method https://www.isc.org/wp-content/uploads/2017/08/dhcp41options.html
subclass "vendor-classes" "SUNW.Ultra-5_10" {
vendor-option-space SUNW;
option SUNW.root-path "/export/root/sparc";
}