flexlm: Fixed syntax errors when using older puppet version.

This commit is contained in:
Timo Mkinen 2013-05-09 01:20:50 +03:00
parent b47f7acb1f
commit 928c9023b0

View file

@ -43,7 +43,7 @@ class flexlm::lmgrd::common {
require flexlm::client
include user::system
realize([ User["licensed"], Group["licensed"], ])
realize(User["licensed"], Group["licensed"])
file { "/usr/local/sbin/lmgrd":
ensure => present,