Skip to content

Commit d9fa183

Browse files
author
Joshua Hoblitt
committed
fix erb local variable warning
Warning: Variable access via 'udev_log' is deprecated. Use '@udev_log' instead. template[/etc/puppet/modules/udev/templates/udev.conf.erb]:4
1 parent 5dc0074 commit d9fa183

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/udev.conf.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# The initial syslog(3) priority: "err", "info", "debug" or its
22
# numerical equivalent. For runtime debugging, the daemons internal
33
# state can be changed with: "udevadm control --log-priority=<value>".
4-
udev_log="<%= udev_log %>"
4+
udev_log="<%= @udev_log %>"

0 commit comments

Comments
 (0)