-
-
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
Create projects? #393
Comments
To provide better clarification - I want to have puppet code that will create a namespace and projects in that namespace to ensure reproducibility should the host develop problems. |
My guess is that if a host develop problems you would rather restore from backup rather than restart from scratch, but that being said I see no reason such a feature would not be included 😄 Feel free to send a PR that implement this if you have a need for it! |
If you wanted to implement this, probably best handled with a native puppet type/provider? |
I have a need for this feature, too. When building a new Gitlab CE server on linux, I want to create a base project (control-repo) and populate its properties with CI/CD, tokens, Webhooks, etc. Currently, this module installs Gitlab CE, I then have to create the control-repo project and then run my puppet module again to have the Runners and webhooks created to "finish" the project. I think this would be even more useful in a containerized environment. |
Discussion on native types/provider for gitlab: #395 |
Hi,
Would creating Projects be something that this module would look to cover as well?
The text was updated successfully, but these errors were encountered: