Skip to content

Commit

Permalink
fix rspec puppet 4 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
jhoblitt committed Jun 6, 2015
1 parent eb534db commit 141af06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/udevadm/logpriority.pp
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@

exec { "${udev::params::udevlogpriority}=${udev_log}":
refreshonly => true,
path => [$udev::params::udevadm_path],
path => $udev::params::udevadm_path,
}
}

0 comments on commit 141af06

Please sign in to comment.