Andreas Paul

Results 11 issues of Andreas Paul

```bash $ wget -q https://raw.githubusercontent.com/xorpaul/g10k-environment/benchmark/Puppetfile ; \ g10k -check4update -puppetfile Resolving Forge modules (25/25) 1s [====================================================================] 100% Resolving Git modules (4/4) 0s [====================================================================] 100% unTar(): error while Create() file: .fixtures.yml...

Idea: If a setting, like `check-dependencies` is set inside a Puppetfile. Then parse all `metadata.json` files and check if a compatible _or_ conflicting module is found. Report and stop the...

`mod_proxy_balancer` depends on one of these load balancing scheduler algorithms: * [mod_lbmethod_byrequests](https://httpd.apache.org/docs/2.4/mod/mod_lbmethod_byrequests.html) * [mod_lbmethod_bytraffic](https://httpd.apache.org/docs/2.4/mod/mod_lbmethod_bytraffic.html) * [mod_lbmethod_bybusyness](https://httpd.apache.org/docs/2.4/mod/mod_lbmethod_bybusyness.html) * [mod_lbmethod_heartbeat](https://httpd.apache.org/docs/2.4/mod/mod_lbmethod_heartbeat.html) See https://httpd.apache.org/docs/2.4/mod/mod_proxy_balancer.html This adds support to include one of them via: ```...

feature
community

I want to be able to set the following JVM options: ``` -XX:+PrintGCDateStamps -XX:+PrintGCDetails -XX:+PrintTenuringDistribution ``` When I tried using ``` $java_args = {'-Xmx' => '11g', '-Xmn' => '2g', '-XX:TargetSurvivorRatio'...

needs-feedback