diff --git a/flexlm/manifests/init.pp b/flexlm/manifests/init.pp index 814a19d..b63ba60 100644 --- a/flexlm/manifests/init.pp +++ b/flexlm/manifests/init.pp @@ -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,