Log in or Create a profile
Home → Questions →
26 Mar, 2012 02:02 PM
Hello,
How can I change the deploy user when deploying a Scalarium application?
Thanks!
Support Staff 2 Posted by Jonathan Weiss on 28 Mar, 2012 09:37 AM
That is currently not possible with the built-in deployments to built-in roles via Chef attributes.
If you do the deployment with your own Chef-Recipes this is simple.
We are working on a way allowing you to simply set the user via Chef attributes.
You should be able to do this with custom JSON (Edit Cloud, add the JSON there), e.g.
{ 'scalarium': { 'deploy_user': { 'user': 'deploy' } }
Formatting help / Preview (switch to plain text) No formatting (switch to Markdown)
You can attach files up to 10MB
If you don't have an account yet, we need to confirm you're human and not a machine trying to post spam.
2 people watching.
A conversation has been started with the Peritor Scalarium staff to resolve this discussion.
This discussion is private. Only you and Peritor Scalarium support staff can see and reply to it.
Make Public
This discussion is public. Everyone can see and reply to it.
Make Private
Support Staff 2 Posted by Jonathan Weiss on 28 Mar, 2012 09:37 AM
That is currently not possible with the built-in deployments to built-in roles via Chef attributes.
If you do the deployment with your own Chef-Recipes this is simple.
We are working on a way allowing you to simply set the user via Chef attributes.
You should be able to do this with custom JSON (Edit Cloud, add the JSON there), e.g.