git.lirion.de

Of git, get, and gud

summaryrefslogtreecommitdiffstats
path: root/site/profile/manifests
diff options
context:
space:
mode:
Diffstat (limited to 'site/profile/manifests')
0 files changed, 0 insertions, 0 deletions
an class='column1'>| | | | | | | | 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 * Disable max-requests-per-instance to mitigate hiera-eyaml mem leakNick Walker 2016-02-241-1/+1 | | | | | | | | | Hiera-eyaml currently causes a memory leak in puppetsever when max-requests-per-instnace is enabled. So, defaulting to disabling max-requests-per-instance. https://tickets.puppetlabs.com/browse/SERVER-1154 https://github.com/TomPoulton/hiera-eyaml/issues/163 * Disable code manager webhook authenticationNick Walker 2015-12-091-0/+1 | * Enable code manager via param in common.yamlNick Walker 2015-11-251-0/+2 | * change puppetserver heap to 192mNick Walker 2015-10-291-1/+1 | * Fix some embarassing typosNick Walker 2015-10-261-1/+1 | * Configure the MoM to update the classifier after deploying code