Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Resolve bug in userdata, unsupported format. #5457
Conversation
hoenirvili
added some commits
May 24, 2016
|
Please review the review at the link provided in the PR. |
|
$$fixes-1585430$$ |
|
Status: merge request accepted. Url: http://juju-ci.vapour.ws:8080/job/github-merge-juju |
|
Build failed: Does not match ['fixes-1581074', 'fixes-1580418', 'fixes-1577945'] |
|
$$merge$$ fixes-1585430 |
|
Status: merge request accepted. Url: http://juju-ci.vapour.ws:8080/job/github-merge-juju |
jujubot
merged commit 9ceef58
into
juju:master
May 26, 2016
hoenirvili
deleted the
hoenirvili:deploy-fix
branch
May 26, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
hoenirvili commentedMay 25, 2016
•
Edited 1 time
-
ericsnowcurrently
May 25, 2016
This is happening when the UserDataScript string is formatted
it adds in the process two new "\n\n". In order to prevent this we must
add the powershell header separate and cocat it. Bug:
(https://bugs.launchpad.net/juju-core/+bug/1585430).
(Review request: http://reviews.vapour.ws/r/4900/)