git.lirion.de

Of git, get, and gud

summaryrefslogtreecommitdiffstats
path: root/Puppetfile
diff options
context:
space:
mode:
authormail_redacted_for_web 2015-08-25 16:51:42 -0700
committermail_redacted_for_web 2015-08-25 16:51:42 -0700
commit04f3239514f39333e91b88e27908eea916ecfa75 (patch)
treec8cf24fcad644281e386129889efff0ac971b280 /Puppetfile
parent01baf7695aa63041d6639e9422d86ad28e902a90 (diff)
downloadcontrol-repo-template-04f3239514f39333e91b88e27908eea916ecfa75.tar.bz2
add modules for stash and a profile
Diffstat (limited to 'Puppetfile')
-rw-r--r--Puppetfile14
1 files changed, 4 insertions, 10 deletions
diff --git a/Puppetfile b/Puppetfile
index 10c4b3e..a220865 100644
--- a/Puppetfile
+++ b/Puppetfile
@@ -8,6 +8,9 @@ mod "puppetlabs/stdlib", :latest
mod "puppetlabs/concat", :latest
mod "puppetlabs/ntp", :latest
mod "saz/ssh", :latest
+mod "puppetlabs/postgresql", '4.5.0'
+mod "puppetlabs/stash", '1.3.0'
+mod "puppetlabs/java", '1.4.1'
#An example of using a specific forge module version instead of latest
#Notice the addition of single quotes
@@ -30,13 +33,4 @@ mod 'r10k',
mod 'gms',
:git => 'https://github.com/abrader/abrader-gms',
- :tag => '3d088c8ba8cef6d108236a8cee06ab7bedd6deeb'
-
-#mod 'notifyme',
-# :git => 'git://github.com/glarizza/puppet-notifyme',
-# :ref => '50c01703b2e3e352520a9a2271ea4947fe17a51f'
-
-#mod 'profiles',
-# :git => 'git://github.com/glarizza/puppet-profiles',
-# :ref => '3611ae4253ff01762f9bda1d93620edf8f9a3b22'
-
+ :tag => 'bb5bcaa4e0fbeb2dae08eedb09d7eec1681a6172'