Skip to content

Commit

Permalink
Merge pull request #28 from npwalker/move_profiles_out_into_their_own…
Browse files Browse the repository at this point in the history
…_modules

Move profiles out into their own modules
  • Loading branch information
Gary Larizza committed Mar 29, 2016
2 parents 55f983f + b3519dd commit 6a44737
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 121 deletions.
12 changes: 12 additions & 0 deletions Puppetfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,15 @@ mod 'gms',
mod 'pltraining-rbac',
:git => 'https://github.com/puppetlabs/pltraining-rbac',
:ref => '2f60e1789a721ce83f8df061e13f8bf81cd4e4ce'

mod 'rampup_profile_puppetmaster',
:git => 'https://github.com/PuppetLabs-RampUpProgram/RampUp_profile_puppetmaster',
:branch => 'master'

mod 'rampup_profile_gitlab',
:git => 'https://github.com/PuppetLabs-RampUpProgram/RampUp_profile_gitlab',
:branch => 'master'

mod 'rampup_profile_stash',
:git => 'https://github.com/PuppetLabs-RampUpProgram/RampUp_profile_stash',
:branch => 'master'
11 changes: 0 additions & 11 deletions site/profile/files/puppetmaster/update-classes.sh

This file was deleted.

24 changes: 0 additions & 24 deletions site/profile/manifests/gitlab.pp

This file was deleted.

52 changes: 0 additions & 52 deletions site/profile/manifests/puppetmaster.pp

This file was deleted.

28 changes: 0 additions & 28 deletions site/profile/manifests/stash.pp

This file was deleted.

2 changes: 1 addition & 1 deletion site/role/manifests/all_in_one_pe.pp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
class role::all_in_one_pe {

include profile::puppetmaster
include rampup_profile_puppetmaster
include pe_code_manager_webhook

}
5 changes: 0 additions & 5 deletions site/role/manifests/gitlab.pp

This file was deleted.

0 comments on commit 6a44737

Please sign in to comment.