git.lirion.de

Of git, get, and gud

summaryrefslogtreecommitdiffstats
path: root/Puppetfile
diff options
context:
space:
mode:
authormail_redacted_for_web 2016-03-29 16:22:26 -0700
committermail_redacted_for_web 2016-03-29 16:22:26 -0700
commit6a44737d043f4140ab0116f619f79f913701df4c (patch)
treeea493c5fcbe965c7379ea806d83f217388023242 /Puppetfile
parent55f983ffc9e6e92113ceea0bc51efb6b69d32f13 (diff)
parentb3519dd48cebfcdbf1dea4b42e8857e21e6f05a2 (diff)
downloadcontrol-repo-template-6a44737d043f4140ab0116f619f79f913701df4c.tar.bz2
Merge pull request #28 from npwalker/move_profiles_out_into_their_own_modules
Move profiles out into their own modules
Diffstat (limited to 'Puppetfile')
-rw-r--r--Puppetfile12
1 files changed, 12 insertions, 0 deletions
diff --git a/Puppetfile b/Puppetfile
index 5c64227..02e2c31 100644
--- a/Puppetfile
+++ b/Puppetfile
@@ -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'