Ben Agricola

Results 14 issues of Ben Agricola

When passing var files to `ansible-review` which contain inlined vault-encrypted values, like the following: ``` password: !vault | $ANSIBLE_VAULT;1.1;AES256 ... ``` The default standards will throw an error: ``` yaml.constructor.ConstructorError:...

@wingo as mentioned on Slack earlier 🙂 Reworks `snabb config` command line parsing slightly to implement `snabb config test`. `snabb config test` loads a schema passed with `-s` either by...

I've been using the intel_mp (Intel82599) driver with: ``` 05:00.0 Ethernet controller: Intel Corporation Ethernet 10G 2P X520 Adapter (rev 01) 05:00.1 Ethernet controller: Intel Corporation Ethernet 10G 2P X520...

When attempting to `:search_bytes()` for an entry which doesn't exist, an error is generated: ``` (1) Lua metamethod '__index' at file 'core/main.lua:168' Local variables: reason = string: "lib/lpm/lpm4.lua:44: attempt to...

Simplifies a number of sentences, cleans up redundant wording, fixes a number of spelling errors and introduces further consistency when mentioning constants such as HIT and MISS.

Adds a new inverter definition to support inverters with the "wifikit" embedded data logger, with serial numbers starting `804xxxxxx` and potentially others. NOTE: Generation Power on the ME3000-SP returns a...

I've been implementing a new yaml file for the SofarSolar Me3000-SP with the inbuilt "wifikit" logger (serial `804xxxxxx`) and have come across a weirdness with the particular hardware where the...

### What happened? Configuring `provider-aws` to use an existing IRSA-configured service account using the following `ControllerConfig`: ```yaml apiVersion: pkg.crossplane.io/v1alpha1 kind: ControllerConfig metadata: name: provider-aws spec: serviceAccountName: crossplane-aws-provider ``` We end...

bug
package

Fixing up the module name now that the repo has been moved to `crossplane-contrib`.

Looks like we missed some references to "Template" (of provider-template fame). This commit fixes those references so that they correctly refer to Cloudflare. These are all comment changes with the...