ChrisPortman
ChrisPortman
gem install memcache works without error. I can see that I have /var/lib/gems/1.9.1/gems/memcache-1.5.1/lib/memcache/native_server.so OS: Linux Mint 17 (Ubuntu 14.04) when i require 'memcache' i get: memcache is not using native...
## Description Sqlite coumns that are neither `NOT NULL` or `NULL` are nullable by default. However, `.Nullable()` defaults to false and is only set `true` if the `CREATE TABLE` sql...
Hi I'm using AzureAD as the OIDC provider, and for some reason, when processing the `preferred_username` claim, its returning an empty string. Would it be possible to expose the claim...
I would like to be able to run a WAG instance in a cloud environment where it is deployed as a single instance that is periodically replaced by a new...
# Description Consider adding support for high level test aggregates/groups where the group may contain multiple regular tests, and the result of the aggregated test could be specified as "AnyOf",...
##### SUMMARY Setting `state: replaced` on LAG interfaces when the existing config had no members resulted in an error: *"MODULE FAILURE\nSee stdout/stderr for the exact error"* This happened in the...
##### SUMMARY v10.2.0 removed the use of `module_utils.network.nxos.nxos.default_intf_enabled()` to determine the targets default state of various interface types. This change re-instates that behaviour, to resolve idempotency issues. Tests are adjusted...
This change does the following: * detects where the mode is access by default and reports it in the facts * it limits operations to interfaces which are configured as...
##### SUMMARY given: ```yaml config: - name: Ehternet1 ipv4: - address: 10.1.1.1/24 secondary: False ``` `secondary` will be added to the output command ##### ISSUE TYPE - Bug Report #####...
##### SUMMARY Currently the documentation states that `mode: access` on L2 interfaces is not idempotent because `switchport mode access` is not returned in the `show running ...` command used to...