Displaying 1 result from an estimated 1 matches for "dnsupdatekey".
2012 Apr 17
0
Failed to parse template ... private method 'split' called for :undef:Symbol - github - puppetlabs/puppet-dhcp
...ivate method `split'' called for :undef:Symbol at /etc/puppet/modules/dhcp/manifests/init.pp:46 on node core.dev.ifoley.local
In the template (https://github.com/puppetlabs/puppet-dhcp/blob/master/templates/dhcpd.conf.erb) there is only one location that uses a split method which is on the dnsupdatekey. As you can see from the above class definition for dhcp I have not passed a dnsupdatekey.
I currently do not have DNS setup for Dynamic Updates so do not want to configure the DHCP server to update DNS.
The code that uses the split function should not be executed because it is protected by test...