git.lirion.de

Of git, get, and gud

summaryrefslogtreecommitdiffstats
path: root/Puppetfile
diff options
context:
space:
mode:
authormail_redacted_for_web 2016-03-08 09:53:02 -0800
committermail_redacted_for_web 2016-03-17 14:34:40 -0700
commitbd13252916c62374e36d7d4a31cc32c15d3737f8 (patch)
tree60c39ec9c2b0aaf60b2d5b76ac64a106d4b67d39 /Puppetfile
parent00d3aa1f4f835a78e14827d5ac1ae9e94bc3f924 (diff)
downloadcontrol-repo-template-bd13252916c62374e36d7d4a31cc32c15d3737f8.tar.bz2
Update to pe_code_manager_webhook v1.0.0
Prior to this commit, we were using a pre-release version of the pe_code_manager_webhook module in order to test that simply re-namespacing the module form a profile to a module worked as expected. After this commit, we use the official 1.0.0 relase of the module that includes a few changes that make it more versatile.
Diffstat (limited to 'Puppetfile')
-rw-r--r--Puppetfile17
1 files changed, 9 insertions, 8 deletions
diff --git a/Puppetfile b/Puppetfile
index d06dd21..3c85887 100644
--- a/Puppetfile
+++ b/Puppetfile
@@ -4,14 +4,15 @@ forge "http://forge.puppetlabs.com"
# Note the versions are all set to :latest but after you've
# installed you should change them to the exact version you want
mod "hunner/hiera", '2.0.1'
-mod "puppetlabs/inifile", :latest
-mod "puppetlabs/stdlib", :latest
-mod "puppetlabs/concat", :latest
-mod "puppetlabs/ntp", :latest
-mod "saz/ssh", :latest
+mod "puppetlabs/inifile", :latest
+mod "puppetlabs/stdlib", :latest
+mod "puppetlabs/concat", :latest
+mod "puppetlabs/ntp", :latest
+mod "saz/ssh", :latest
mod "puppetlabs/postgresql", '4.5.0'
mod "puppet/stash", '1.3.0'
mod "puppetlabs/java", '1.4.1'
+mod "npwalker/pe_code_manager_webhook", '1.0.0'
#An example of using a specific forge module version instead of latest
#Notice the addition of single quotes
@@ -28,9 +29,9 @@ mod 'r10k',
:git => 'https://github.com/acidprime/r10k',
:tag => 'v3.1.1'
-mod 'pe_code_manager_webhook',
- :git => 'https://github.com/npwalker/pe_code_manager_webhook',
- :ref => '20d9f2e274325edaa10d8ec3b4f98a62ad726335'
+#mod 'pe_code_manager_webhook',
+# :git => 'https://github.com/npwalker/pe_code_manager_webhook',
+# :ref => '6957aa67e376ca7dcc9a60a58c247ed3e7b66c16'
mod 'gms',
:git => 'https://github.com/npwalker/abrader-gms',