Tomas Barton
Tomas Barton
``` /root/.oldroot/nfs/install/kernel_module_config.functions.sh: line 36: syntax error near unexpected token `}' /root/.oldroot/nfs/install/kernel_module_config.functions.sh: line 36: ` { [[ "$IAM" == debian ]] && ((IMG_VERSION < 1300)) } ||' ``` here's the relevant...
This change requires puppetlabs/stdlib >= 9 See https://github.com/puppetlabs/puppetlabs-stdlib/pull/1356 ## Additional Context Resolves deprecation note on Puppet 8 ## Related Issues (if any) Mention any related issues or pull requests. ##...
`puppetlabs/apt` 7.7.0 is the first release to support Puppet 7 See https://github.com/puppetlabs/puppetlabs-apt/pull/958/commits/bfceb040173244aff36a8bda0cf623e52523c3f3 ## Checklist - [x] 🟢 Spec tests. - [x] 🟢 Acceptance tests. - [x] Manually verified. (For example...
Update to template version `3.2.0`.
Transaction failure results in service crash ``` pq: could not serialize access due to read/write dependencies among transactions can't perform "INSERT INTO \"icingadb_instance\" (\"icinga2_performance_data_enabled\", \"responsible\", \"icinga2_version\", \"icinga2_event_handlers_enabled\", \"endpoint_id\", \"heartbeat\", \"id\",...
The idea is to inspect ATA device logs, which are also part of `smartctl -a /dev/sda` output. If the device log contains some errors it means that some operations are...
This PR might improve speed of rspec tests, ~2k test cases removed. OS independent tests will be executed only once instead of running for each supported platform.
I'm having issues with `icingadb` queries periodically overloading PostgreSQL backend. The query looks like this: ``` SELECT history.id, history.environment_id, history.endpoint_id, history.object_type, history.host_id, history.service_id, history.comment_history_id, history.downtime_history_id, history.flapping_history_id, history.notification_history_id, history.acknowledgement_history_id, history.state_history_id, history.event_type,...
Simplify module usage by a wrapper function. Instead of ```puppet $d = Deferred('vault_lookup::lookup', ['secret/test', 'https://vault.hostname:8200']) ``` use ```puppet $d = vault_lookup::kv('secret/test') ``` where appropriate Vault server can be retrieved from...
When `zookeeper::java_home` is set, corresponding value will be set to `JAVA_HOME` env var.