diff options
author | mail_redacted_for_web | 2016-03-24 14:07:16 -0700 |
---|---|---|
committer | mail_redacted_for_web | 2016-03-24 14:07:16 -0700 |
commit | b3519dd48cebfcdbf1dea4b42e8857e21e6f05a2 (patch) | |
tree | ea493c5fcbe965c7379ea806d83f217388023242 /Puppetfile | |
parent | ff6f140529b646e09fb66952abfbe6fa7b4cc746 (diff) | |
download | control-repo-template-b3519dd48cebfcdbf1dea4b42e8857e21e6f05a2.tar.bz2 |
Move stash profile out to its own 'profile' module
Prior to this commit, there was a stash profile in the site dir
of this control-repo.
After this commit, the profile has been moved to it's own repo
where it can be used more generally and not tightly coupled to this
repository.
Diffstat (limited to 'Puppetfile')
-rw-r--r-- | Puppetfile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -48,3 +48,7 @@ mod 'rampup_profile_puppetmaster', 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' |