git.lirion.de

Of git, get, and gud

aboutsummaryrefslogtreecommitdiffstats
path: root/site/profile/templates
diff options
context:
space:
mode:
authormail_redacted_for_web 2016-02-14 00:58:19 -0500
committermail_redacted_for_web 2016-02-14 00:58:19 -0500
commitd5032cbb67e76bf9b04f27001670a5bf5421711a (patch)
treee4c542ef34cb08de9af506975ebbd80f71e27872 /site/profile/templates
parent36737bb5fc3458126463ead25c2852fbd58ac7fc (diff)
downloadcontrol-repo-template-d5032cbb67e76bf9b04f27001670a5bf5421711a.tar.bz2
Update all_in_one_pe_2015_2.pp
Shouldn't this be profile::git_webhook as in all_in_one_pe.pp since the abstraction logic is located there? Either that or the profile::zack_r10k_webook is missing from the location specified?
Diffstat (limited to 'site/profile/templates')
0 files changed, 0 insertions, 0 deletions
class='column3'>/ | | | | | | The execute bit needs to be set or CM will fail. I think this was probably just missed when the code_manager_config_version.rb file was added. * Merge pull request #37 from dylanratcliffe/remove-roleNick Walker 2016-06-151-5/+0 |\ | | | | Remove old role all_in_one_pe | * Removed old roleDylan Ratcliffe 2016-06-141-5/+0 |/ * Update README with new Ramp Up Program URLNick Walker 2016-05-271-1/+1 | * Merge pull request #32 from jbondpdx/productionGary Larizza 2016-05-111-37/+26 |\ | | | | light editing, mostly for style | * light editing, mostly for stylejbondpdx 2016-05-111-37/+26 |/ * Merge pull request #27 from npwalker/reduce_scope_of_control_repo1.0.0Gary Larizza 2016-03-298-295/+59 |\ | | | | Reduce the scope of the control-repo to mostly an example | * Reduce the scope of the control-repo to mostly an exampleNick Walker 2016-03-298-295/+59 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Prior to this commit, the control-repo was an example of the structure of a control repo but it also included puppet code to help setup code manager and instructions to get that all setup in a very specific way. This was great for users that wanted to follow those instructions exactly but wasn't great for people just looking for an example to start from. After this commit, the control-repo will be just an example once again and a new repo somehwere else will pop up to provide the explicit instructions on how to use the example with code manager. There are links added to puppetlabs/control-repo to a new repo that will have a version of the code that once lived in puppetlabs/control-repo * | Merge pull request #28 from npwalker/move_profiles_out_into_their_own_modules0.5.1Gary Larizza 2016-03-297-121/+13 |\| | | | | Move profiles out into their own modules | * Move stash profile out to its own 'profile' moduleNick Walker 2016-03-242-28/+4 | | | | | | | | | | | | | | | | | | Prior to this commit, there was a stash profile in the site dir of this control-repo. After this commit, the profile has been moved to it's own repo where it can be used more generally and not tightly coupled to this repository. | * Move gitlab profile out to its own 'profile' moduleNick Walker 2016-03-243-29/+4 | | | | | | | | | | | | | | | | | | | | | | | | Prior to this commit, there was a gitlab profile in the site dir of this control-repo. After this commit, the profile has been moved to it's own repo where it can be used more generally and not tightly coupled to this repository. As a result, the gitlab role has been removed from this repository as well. | * Move puppetmaster profile to rampup_profile_puppetmaster moduleNick Walker 2016-03-234-64/+5 |/ | | | | | | | Prior to this commit, the puppetmaster profile was embedded in this control-repo. After this commit, the puppetmaster profile is moved out into its own module. * Update npwalker/pe_code_manager_webhook to 1.0.30.5.0Nick Walker 2016-03-231-1/+1 | * Clean up some stale filesNick Walker 2016-03-232-19/+0 | | | | | | | | | | Prior to this commit, these two files were laying around but not used. The code manager template was missed when the code was moved into a module and the function was added a while ago but then never put to use. After this commit, the codebase is a little lighter without these stale files. * Merge pull request #22 from npwalker/breakout_git_webhook_into_a_module