diff options
author | mail_redacted_for_web | 2016-03-29 16:22:26 -0700 |
---|---|---|
committer | mail_redacted_for_web | 2016-03-29 16:22:26 -0700 |
commit | 6a44737d043f4140ab0116f619f79f913701df4c (patch) | |
tree | ea493c5fcbe965c7379ea806d83f217388023242 /Puppetfile | |
parent | 55f983ffc9e6e92113ceea0bc51efb6b69d32f13 (diff) | |
parent | b3519dd48cebfcdbf1dea4b42e8857e21e6f05a2 (diff) | |
download | control-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-- | Puppetfile | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -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' |