https://github.com/adamboutcher/puppet-gitlab
Simple gitlab puppet module
https://github.com/adamboutcher/puppet-gitlab
gitlab gitlab-runner puppet puppet-module
Last synced: 11 days ago
JSON representation
Simple gitlab puppet module
- Host: GitHub
- URL: https://github.com/adamboutcher/puppet-gitlab
- Owner: adamboutcher
- License: apache-2.0
- Created: 2021-09-29T12:31:13.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-03T14:04:48.000Z (almost 2 years ago)
- Last Synced: 2025-02-27T11:51:29.150Z (4 months ago)
- Topics: gitlab, gitlab-runner, puppet, puppet-module
- Language: Puppet
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Gitlab Puppet module
A very simple gitlab puppet module, to install gitlab-ce and gitlab-runner. It can do basic configuration for gitlab-runner.## How to use
```
cd /etc/puppetlabs/code/environments/production/modules/
git clone https://github.com/adamboutcher/puppet-gitlab.git gitlab
rm -rf gitlab/.git
```
Ensure params.pp looks sane.
Add gitlab::gitlab_ce or gitlab::runner to your system.##