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.
This commit is contained in:
Nick Walker 2016-03-08 09:53:02 -08:00
parent 00d3aa1f4f
commit bd13252916

View File

@ -12,6 +12,7 @@ mod "saz/ssh", :latest
mod "puppetlabs/postgresql", '4.5.0' mod "puppetlabs/postgresql", '4.5.0'
mod "puppet/stash", '1.3.0' mod "puppet/stash", '1.3.0'
mod "puppetlabs/java", '1.4.1' 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 #An example of using a specific forge module version instead of latest
#Notice the addition of single quotes #Notice the addition of single quotes
@ -28,9 +29,9 @@ mod 'r10k',
:git => 'https://github.com/acidprime/r10k', :git => 'https://github.com/acidprime/r10k',
:tag => 'v3.1.1' :tag => 'v3.1.1'
mod 'pe_code_manager_webhook', #mod 'pe_code_manager_webhook',
:git => 'https://github.com/npwalker/pe_code_manager_webhook', # :git => 'https://github.com/npwalker/pe_code_manager_webhook',
:ref => '20d9f2e274325edaa10d8ec3b4f98a62ad726335' # :ref => '6957aa67e376ca7dcc9a60a58c247ed3e7b66c16'
mod 'gms', mod 'gms',
:git => 'https://github.com/npwalker/abrader-gms', :git => 'https://github.com/npwalker/abrader-gms',