-
-
Notifications
You must be signed in to change notification settings - Fork 164
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Need to know how to set the root password via this module #301
Comments
The
Keep in mind, this is only the initial password, and will not affect the password for the root user of an existing gitlab installation. This is also not a secure method of setting that password, (probably obvious but making sure it is said for the record). |
Also, reading the information in your link, the current version of the module has a new ordering (and was completely rewritten) of resources that resolves the exec and reconfigure issues your notes talk about. The new versions of the module lay down configuration files and directories before even installing the package and repositories, ensuring that any Also, the new version of the module does not by default start/restart the service or execute gitlab-ctl reconfigure... relegating that responsibility to the |
Affected Puppet, Ruby, OS and module versions/distributions
Feature Request
This is a feature request to be able to set the GitLab root password prior to installation. If this is not done, then you cannot do the following security-relevant actions:
The easiest method for doing this is to set an environment variable prior to the initial configuration but the relevant feature never made it into Puppet even though it was ready for inclusion.
Previously, this was relatively easy using the
vshn
version of the module but has become impossible with this version due to the ordering of the internal resources.Help figuring this out is appreciated.
The text was updated successfully, but these errors were encountered: