added fix for CentOS (paths to sysctl)

This commit is contained in:
Roman Alekseenkov 2012-09-07 12:55:07 -07:00 committed by Eugene Kirpichov
parent 6293c568dc
commit aa5835a8b1

View File

@ -30,5 +30,6 @@ define sysctl::value (
command => $command,
unless => $unless,
require => Sysctl[$real_key],
path => ["/bin", "/sbin", "/usr/bin", "/usr/sbin"],
}
}