Skip to content

Commit b3519dd

Browse files
committed
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.
1 parent ff6f140 commit b3519dd

File tree

2 files changed

+4
-28
lines changed

2 files changed

+4
-28
lines changed

Puppetfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,3 +48,7 @@ mod 'rampup_profile_puppetmaster',
4848
mod 'rampup_profile_gitlab',
4949
:git => 'https://github.com/PuppetLabs-RampUpProgram/RampUp_profile_gitlab',
5050
:branch => 'master'
51+
52+
mod 'rampup_profile_stash',
53+
:git => 'https://github.com/PuppetLabs-RampUpProgram/RampUp_profile_stash',
54+
:branch => 'master'

site/profile/manifests/stash.pp

Lines changed: 0 additions & 28 deletions
This file was deleted.

0 commit comments

Comments
 (0)