Skip to content

Commit 141af06

Browse files
committed
fix rspec puppet 4 compatibility
1 parent eb534db commit 141af06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/udevadm/logpriority.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@
2525

2626
exec { "${udev::params::udevlogpriority}=${udev_log}":
2727
refreshonly => true,
28-
path => [$udev::params::udevadm_path],
28+
path => $udev::params::udevadm_path,
2929
}
3030
}

0 commit comments

Comments
 (0)