Skip to content

Commit

Permalink
add compatibility with older puppet 2.7.x
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua Hoblitt committed Nov 7, 2013
1 parent f8bebb9 commit ac1f89d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# include udev
#
class udev(
$udev_log = 'err',
$udev_log = 'err'
) inherits udev::params {
validate_re($udev_log, '^err$|^info$|^debug$')

Expand Down
2 changes: 1 addition & 1 deletion manifests/rule.pp
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
define udev::rule(
$ensure = present,
$content = undef,
$source = undef,
$source = undef
) {
validate_re($ensure, '^present$|^absent$')

Expand Down
2 changes: 1 addition & 1 deletion manifests/udevadm/logpriority.pp
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
#
#
class udev::udevadm::logpriority(
$udev_log = 'err',
$udev_log = 'err'
) inherits udev::params {
validate_re($udev_log, '^err$|^info$|^debug$')

Expand Down

0 comments on commit ac1f89d

Please sign in to comment.