Skip to content

Commit ff6f140

Browse files
committed
Move gitlab profile out to its own 'profile' module
Prior to this commit, there was a gitlab profile in the site dir of this control-repo. After this commit, the profile has been moved to it's own repo where it can be used more generally and not tightly coupled to this repository. As a result, the gitlab role has been removed from this repository as well.
1 parent 9503f54 commit ff6f140

File tree

3 files changed

+4
-29
lines changed

3 files changed

+4
-29
lines changed

Puppetfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,7 @@ mod 'pltraining-rbac',
4444
mod 'rampup_profile_puppetmaster',
4545
:git => 'https://github.com/PuppetLabs-RampUpProgram/RampUp_profile_puppetmaster',
4646
:branch => 'master'
47+
48+
mod 'rampup_profile_gitlab',
49+
:git => 'https://github.com/PuppetLabs-RampUpProgram/RampUp_profile_gitlab',
50+
:branch => 'master'

site/profile/manifests/gitlab.pp

Lines changed: 0 additions & 24 deletions
This file was deleted.

site/role/manifests/gitlab.pp

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)