From bd13252916c62374e36d7d4a31cc32c15d3737f8 Mon Sep 17 00:00:00 2001 From: Nick Walker Date: Tue, 8 Mar 2016 09:53:02 -0800 Subject: [PATCH] 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. --- Puppetfile | 17 +++++++++-------- 1 file 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',