voxpupuli / puppet-pxe

Puppet module for deploying a PXE boot server
https://forge.puppet.com/puppet/pxe
51 stars 38 forks source link

Updated all templates to use "@variable_name" to get rid of "deprecated" warnings #9

Closed fvoges closed 10 years ago

fvoges commented 10 years ago

Updated all templates to use '@variable_name' to get rid of these warnings:

Warning: Variable access via 'title' is deprecated. Use '@title' instead. template[/etc/puppetlabs/puppet/modules/pxe/templates/menu.erb]:1 (at /etc/puppetlabs/puppet/modules/pxe/templates/menu.erb:1:in `block in result')

zachfi commented 10 years ago

Thank you for this. This module has not been getting the attention it needs. Hows it working for you?