Aled Sage created BROOKLYN-188:
----------------------------------
Summary: Provisioning SUSE vm fails with useJcloudsSshInit=false
Key: BROOKLYN-188
URL: https://issues.apache.org/jira/browse/BROOKLYN-188
Project: Brooklyn
Issue Type: Bug
Affects Versions: 0.8.0
Reporter: Aled Sage
Provisioning a SUSE vm fails when using the config {{useJcloudsSshInit: false}}.
This is for two reasons:
* The groupadd and useradd are not on the path (see
{{JcloudLocation.createUser()}}.
* The script is executed with {{bash -e}}, so when {{groupadd -f wheel}} is
executed, it fails the whole script with exit code 9.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)