mozilla / identity-ops

Tools and Chef cookbooks used by Mozilla Services Operations to provision and manage Persona
Other
24 stars 12 forks source link

Add user creation of 'browserid' user to bigtent #143

Closed gene1wood closed 10 years ago

gene1wood commented 10 years ago

Create the 'browserid' user for bigtent before creating directories that need to be owned by it.

browserid:x:450:450:Browserid Application User:/opt/browserid:/bin/bash
gene1wood commented 10 years ago

current manual workaround

sudo groupadd -g 450 browserid
sudo useradd -d /opt/browserid -c "Browserid Application User" -s /bin/bash -u 450 -g 450 browserid