From b3519dd48cebfcdbf1dea4b42e8857e21e6f05a2 Mon Sep 17 00:00:00 2001 From: Nick Walker Date: Thu, 24 Mar 2016 14:07:16 -0700 Subject: 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. --- Puppetfile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Puppetfile') diff --git a/Puppetfile b/Puppetfile index 3eaee22..02e2c31 100644 --- a/Puppetfile +++ b/Puppetfile @@ -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' -- cgit v1.2.3