Andreas de Pretis
Andreas de Pretis
It seems there is a problem with ``ensure_packages`` and package resources defined as array. When using ``` package { 'curl': ensure => present } ``` It works, no errors. As...
Hm, ok, my solution doesn't work neither: ``` ensure_packages(hiera_array('packages::latest', []), { ensure => latest }) ``` results in the same error, only explicitly using ``` ensure_packages(['curl']) ``` doesn't conflict. Which...
As a side note: when I remove ``curl`` from my own package list, and therefore solely rely on the docker module to require/install it, I get: ``` Error: Failed to...
Ok, I did: https://tickets.puppetlabs.com/browse/MODULES-4259
But now I'm totally confused. I did a little test-setup: ``` node 'mynode` { include ::twentyfifth::test_this include ::twentyfifth::test_that } class twentyfifth::test_this { package { 'ncftp': ensure => latest } }...
ping @bufferoverflow - any comments on this? ;-)
Would be great if this could be merged @geerlingguy - or provide a way in the role-default gitlab.rb template to also inject settings like `key = value` additionally to `{{...
I am hitting the same issue. A schema with about 2000 lines takes about 2-3 seconds to parse - for every request. Without some kind of cache this is not...
@SKYWALKER-STAR that is part of `SHOW GLOBAL STATUS` - see: https://github.com/prometheus/mysqld_exporter/blob/dd8afce2a46663a5112e53469f53ca56d50a63e2/collector/global_status.go#L31