flexlm: Fixed syntax errors when using older puppet version.
This commit is contained in:
parent
b47f7acb1f
commit
928c9023b0
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ class flexlm::lmgrd::common {
|
||||||
require flexlm::client
|
require flexlm::client
|
||||||
|
|
||||||
include user::system
|
include user::system
|
||||||
realize([ User["licensed"], Group["licensed"], ])
|
realize(User["licensed"], Group["licensed"])
|
||||||
|
|
||||||
file { "/usr/local/sbin/lmgrd":
|
file { "/usr/local/sbin/lmgrd":
|
||||||
ensure => present,
|
ensure => present,
|
||||||
|
|
Loading…
Add table
Reference in a new issue