flexlm: Added lsb::core depency on Linux.

This commit is contained in:
Timo Mkinen 2013-06-13 14:02:27 +03:00
parent b6b17c6d36
commit 28055dcea7

View file

@ -3,6 +3,10 @@
# #
class flexlm::client { class flexlm::client {
if $::kernel == "Linux" {
require lsb::core
}
file { "/usr/local/bin/lmutil": file { "/usr/local/bin/lmutil":
ensure => present, ensure => present,
source => "puppet:///files/packages/lmutil-${lmutil_package_latest}.${::architecture}.${::kernel}", source => "puppet:///files/packages/lmutil-${lmutil_package_latest}.${::architecture}.${::kernel}",