From 00d3aa1f4f835a78e14827d5ac1ae9e94bc3f924 Mon Sep 17 00:00:00 2001 From: Nick Walker Date: Thu, 25 Feb 2016 15:23:12 -0800 Subject: Move profile::git_webhook into seperate module pe_code_manager_webhook Prior to this commit the functionality to setup the either code manager or zack/r10k was tightly coupled to this control-repo. In an effort to make that functionality useful to more people we're splitting it into a dedicated module. After this commit, the pe_code_manager_webhook module will contain all logic around setting up the webhook while this control-repo will still gloss over the details needed to get everything in PE setup correctly to use that module. This commit removes the files associated with the profile including some custom functions that were only there to make it work. This commit removes the all_in_one_pe_2015_2 role as it was exactly the same as the all_in_one_pe role. This commit modifies all_in_one_pe to use the pe_code_manager_webhook module instead of the profile. --- Puppetfile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Puppetfile') diff --git a/Puppetfile b/Puppetfile index 61013d8..d06dd21 100644 --- a/Puppetfile +++ b/Puppetfile @@ -28,6 +28,10 @@ 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 'gms', :git => 'https://github.com/npwalker/abrader-gms', :branch => 'gitlab_disable_ssl_verify_support' -- cgit v1.2.3 From bd13252916c62374e36d7d4a31cc32c15d3737f8 Mon Sep 17 00:00:00 2001 From: Nick Walker Date: Tue, 8 Mar 2016 09:53:02 -0800 Subject: 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(-) (limited to 'Puppetfile') 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', -- cgit v1.2.3 From 182f9474180dea6093406c727a0d26a684ef08ab Mon Sep 17 00:00:00 2001 From: Nick Walker Date: Fri, 11 Mar 2016 10:49:46 -0800 Subject: Update to pe_code_manager_wehbook v1.0.1 --- Puppetfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Puppetfile') diff --git a/Puppetfile b/Puppetfile index 3c85887..dce3bf9 100644 --- a/Puppetfile +++ b/Puppetfile @@ -12,7 +12,7 @@ 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' +mod "npwalker/pe_code_manager_webhook", '1.0.1' #An example of using a specific forge module version instead of latest #Notice the addition of single quotes -- cgit v1.2.3 From 4978905d9b66aad5497c29aefb7229f58bee7785 Mon Sep 17 00:00:00 2001 From: Nick Walker Date: Fri, 11 Mar 2016 11:35:00 -0800 Subject: Update to pe_code_manager_webhook v1.0.2 --- Puppetfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Puppetfile') diff --git a/Puppetfile b/Puppetfile index dce3bf9..c17da66 100644 --- a/Puppetfile +++ b/Puppetfile @@ -12,7 +12,7 @@ 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.1' +mod "npwalker/pe_code_manager_webhook", '1.0.2' #An example of using a specific forge module version instead of latest #Notice the addition of single quotes -- cgit v1.2.3