Skip to content

Commit 2f413c3

Browse files
committed
Don't exec with a group specified
Remove the 'group' parameter from the exec resource used to install Installation Manager. This seems to cause failures on AIX and we don't need it anyway.
1 parent ac1be78 commit 2f413c3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

manifests/init.pp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,6 @@
104104
creates => "${target}/eclipse/tools/imcl",
105105
cwd => $source_dir,
106106
user => $user,
107-
group => $group,
108107
}
109108

110109
}

0 commit comments

Comments
 (0)