Elfranne

Results 18 issues of Elfranne

Ezmomi crashes when using unicode in the name of a VM ( and maybe other places too ? ) Installed ezmomi version 6.4.0 via pip ezmomi list --type VirtualMachine 14:31:57...

Asset resources are created with a suffix `in default`, this cause purge to delete all assets: When adding assets, for example: ``` $bonsai_assets = [ 'sensu-plugins/sensu-plugins-process-checks', 'sensu-plugins/sensu-plugins-puppet', 'sensu-plugins/sensu-plugins-ssl', 'sensu-plugins/sensu-plugins-systemd', 'sensu-plugins/sensu-plugins-uptime-checks',...

## Description of problem Forcing a specific version does not work with the Chocolatey Windows package manager. The sensu 6.4 update requires specific way of signing certificates (requires dns alt...

For example: ```puppet firewall { '200 http https': dport => [80, 443], proto => 'tcp', destination => ['1.2.3.4', '2.3.4.5'], action => 'accept' } ``` Puppet will only include the first...

community

According to the [docs](https://puppet.com/docs/puppetdb/7/configure_postgres.html) you should specify the encoding when creating the database. The database encoding will be set depending on your locale (I got LATIN1) unless specified. I am...

A few month later I finally got time to look into the issue we talked about in #14 and #13. It includes zlib that is part of base. The domain...

Changes to `sensu_filter` are ignored: ```puppet sensu_filter { 'is_prod': action => 'allow', expressions => ["event.entity.labels['environment'] == 'prod'"], } ``` Changes to `action` or `expressions` are ignored. `sensu_handler` is a bit...

Is there a way to set custom parameters to the keepalive check ? I am trying to set annotations. In Sensu classic you could use this: https://github.com/sensu/sensu-puppet/issues/336#issuecomment-93146751 sensu 6.9.0 sensu...

I have been trying to query the PuppetDB with a Golang binary (Sensu monitoring) but the PuppetDB is not very happy about it and gives a error 500 back: Puppetdb...

Some SSL options are not available when using the module: ssl_reject_handshake (introduced in nginx 1.19.4) https://nginx.org/en/docs/http/ngx_http_ssl_module.html#ssl_reject_handshake ssl_early_data (introduced in nginx 1.15.3) https://nginx.org/en/docs/http/ngx_http_ssl_module.html#ssl_early_data

good first issue