[Puppet Users] Nested interpolation

2020-03-13 Thread Helmut Schneider
Hi, I'm using something like this: netconfig: hostname:'BSDHelmut' interfaces: "%{facts.networking.primary}": ip4: '192.168.124.35' cidr4: '192.168.124.35/24' ip4aliases: - '192.168.124.36/32' ip6: 'DHCP'

Re: [Puppet Users] Nested interpolation

2020-03-13 Thread Henrik Lindberg
On 2020-03-13 10:45, Helmut Schneider wrote: Hi, I'm using something like this: netconfig:   hostname:    'BSDHelmut'   interfaces:     "%{facts.networking.primary}":   ip4:     '192.168.124.35'   cidr4:    '192.168.124.35/24'   ip4aliases:     -

Re: [Puppet Users] PuppetDB latest version has disabled APIv1 metrics

2020-03-13 Thread Justin Stoller
I believe a config value was added at: metrics.metrics-webservice.mbeans.enabled to match the jolokia one that controls v2. However the default for the mbeans / v1 endpoint is now `false`. Note that this is now the case for Puppet Server as well and can be re-enabled with the same config value in