Right now the webserver provisionning module suggests using "root" upfront. we should instead suggest the creation of a hostmaster user.
here's how we create the user under debian:
adduser --system --home /var/hostmaster --no-create-home --disabled-login --disabled-password --shell /bin/sh hostmaster
Comments
Comment #1
adrian commentedIt suggests using the user the script file belongs to.
If this is root, we should flag this as a problem.
Comment #2
adrian commentedDid some user testing of installation, and this became a big issue.
Fix is in all branches now.