Skip to content

Commit

Permalink
fix erb local variable warning
Browse files Browse the repository at this point in the history
    Warning: Variable access via 'udev_log' is deprecated. Use '@udev_log' instead. template[/etc/puppet/modules/udev/templates/udev.conf.erb]:4
  • Loading branch information
Joshua Hoblitt committed Nov 8, 2013
1 parent 5dc0074 commit d9fa183
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/udev.conf.erb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# The initial syslog(3) priority: "err", "info", "debug" or its
# numerical equivalent. For runtime debugging, the daemons internal
# state can be changed with: "udevadm control --log-priority=<value>".
udev_log="<%= udev_log %>"
udev_log="<%= @udev_log %>"

0 comments on commit d9fa183

Please sign in to comment.