git.lirion.de

Of git, get, and gud

summaryrefslogtreecommitdiffstats
path: root/Puppetfile
diff options
context:
space:
mode:
authormail_redacted_for_web 2016-03-23 15:53:41 -0700
committermail_redacted_for_web 2016-03-23 15:55:58 -0700
commit9503f54349756fe7a93eecf2ecc6620c340f4679 (patch)
tree88a6434cc59e6cc16cb72fad47fe8aaa809c30ac /Puppetfile
parent55f983ffc9e6e92113ceea0bc51efb6b69d32f13 (diff)
downloadcontrol-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--Puppetfile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Puppetfile b/Puppetfile
index 5c64227..cc0ec75 100644
--- a/Puppetfile
+++ b/Puppetfile
@@ -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'