Skip to content

Commit 6a44737

Browse files
author
Gary Larizza
committed
Merge pull request #28 from npwalker/move_profiles_out_into_their_own_modules
Move profiles out into their own modules
2 parents 55f983f + b3519dd commit 6a44737

File tree

7 files changed

+13
-121
lines changed

7 files changed

+13
-121
lines changed

Puppetfile

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,15 @@ mod 'gms',
4040
mod 'pltraining-rbac',
4141
:git => 'https://github.com/puppetlabs/pltraining-rbac',
4242
:ref => '2f60e1789a721ce83f8df061e13f8bf81cd4e4ce'
43+
44+
mod 'rampup_profile_puppetmaster',
45+
:git => 'https://github.com/PuppetLabs-RampUpProgram/RampUp_profile_puppetmaster',
46+
:branch => 'master'
47+
48+
mod 'rampup_profile_gitlab',
49+
:git => 'https://github.com/PuppetLabs-RampUpProgram/RampUp_profile_gitlab',
50+
:branch => 'master'
51+
52+
mod 'rampup_profile_stash',
53+
:git => 'https://github.com/PuppetLabs-RampUpProgram/RampUp_profile_stash',
54+
:branch => 'master'

site/profile/files/puppetmaster/update-classes.sh

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

site/profile/manifests/gitlab.pp

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

site/profile/manifests/puppetmaster.pp

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

site/profile/manifests/stash.pp

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

site/role/manifests/all_in_one_pe.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
class role::all_in_one_pe {
22

3-
include profile::puppetmaster
3+
include rampup_profile_puppetmaster
44
include pe_code_manager_webhook
55

66
}

site/role/manifests/gitlab.pp

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

0 commit comments

Comments
 (0)