Juri Malinovski
Juri Malinovski
**What happened?** Invalid /etc/grafana/provisioning/datasources/ansible.yml provisioning yaml ` apiVersion: 1 deleteDatasources: [] datasources: - database: influxdb json_data: httpMode: GET name: InfluxDB01 secure_json_data: password: **** type: influxdb url: http://influxdb01:8086 user: influxdb_user -...
Added apt-4 compatible apt::source for Debian > 8
For install class, always use "ensure_packages" function to prevent duplicate package error - "Error: Could not retrieve catalog from remote server: Error 400 on SERVER: Duplicate declaration: Package[python-dev] is already...
How to create a custom function to trim whitespaces from input data? For example: ..templates/creation/custom_user.xml Last Name =autoFill(cn; rtrim(%givenName%) rtrim(%sn%) )
The killer feature of pgbouncer is pause/resume commands to restart postgres seamlessly for clients. There are similar [issue](https://github.com/yandex/odyssey/issues/32) and [PR](https://github.com/yandex/odyssey/pull/87) for odyssey, but seems to be abandoned. It would be...
### Netflix add-on version 1.18.10 ### Operative systems used OSMC ### Kodi version used Kodi 19 (Matrix) ### Description of the bug After successful login on netflix page, netflix shows...
The include section hardcoded in init.pp if $config_dirs { validate_array($config_dirs) $config_include_string = join($config_dirs, ' ') } else { $config_include_string = "${config_include}/*.conf" } Because supervisord does not allow recursive include definition,...
Export throws an errors, while dumping screens, dashboards, users and valuemaps from Zabbix 5.4.2. Also templates have yaml format by default and user's alias changed to username.
It's a good idea to add pgcat benefits against other popular bouncers into documentation, to make the choice easier :)
The problem parsing AD group with space in the name (ie Domain Users) hiera example: `samba::server::valid_users: '@"TEST+Domain`Users"' expected string: `valid users = @"TEST+Domain Users"` puppet string: `valid users = @`