diff options
author | mail_redacted_for_web | 2016-03-23 15:53:41 -0700 |
---|---|---|
committer | mail_redacted_for_web | 2016-03-23 15:55:58 -0700 |
commit | 9503f54349756fe7a93eecf2ecc6620c340f4679 (patch) | |
tree | 88a6434cc59e6cc16cb72fad47fe8aaa809c30ac /Puppetfile | |
parent | 55f983ffc9e6e92113ceea0bc51efb6b69d32f13 (diff) | |
download | control-repo-template-9503f54349756fe7a93eecf2ecc6620c340f4679.tar.bz2 |
Move puppetmaster profile to rampup_profile_puppetmaster module
Prior to this commit, the puppetmaster profile was embedded in this
control-repo.
After this commit, the puppetmaster profile is moved out into its
own module.
Diffstat (limited to 'Puppetfile')
-rw-r--r-- | Puppetfile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -40,3 +40,7 @@ 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' |