RE: [Puppet Users] puppetdb 2.x disable some logging

2017-04-14 Thread Johan De Wit
First step i did : added the following to logback.xml [%logger{36}]      /var/log/puppetdb/puppetdb.log     true         %d %-5p [%c{2}][%logger{36}] %m%n         this changed te logging to ... 2017-04-14 09:11:13,170 WARN  [c.p.p.h.server][com.puppetlabs.pupp

RE: [Puppet Users] [solved] puppetdb 2.x disable some logging

2017-04-14 Thread Johan De Wit
Finally i added a filter to remove those messeges :                         return message.contains("The event-counts endpoint is experimental");             NEUTRAL       DENY     in the appender section. https://logback.qos.ch/manual/filters.html grts Johan -Original

[Puppet Users] Ubuntu 16.04 Puppet PE apt-get update errors in 'Invalid date'

2017-04-14 Thread Ebru Cucen
Hi, I get an eror when I do apt-Get:1 file:/opt/puppetlabs/server/data/packages/public/2017.1.0/ubuntu-16.04-amd64-1.9.3 ./ InRelease Ign:1 file:/opt/puppetlabs/server/data/packages/public/2017.1.0/ubuntu-16.04-amd64-1.9.3 ./ InRelease Get:2 file:/opt/puppetlabs/server/data/packages/pu

Re: [Puppet Users] hiera hierarchy by network

2017-04-14 Thread Peter K
Thank you Rob. I've been close to experimenting with custom facts but haven't tried yet. I think I can stick with what I have for now and just watch out of breakage...at which point I'll create a custom fact. -peter -- You received this message because you are subscribed to the Google Groups "

[Puppet Users] Announce: puppet-debugger release 0.6.0

2017-04-14 Thread Corey Osman
Hi, Excited to announce that I have released puppet-deubugger version 0.6.0. It has been a while since my last release announcement despite many new releases. Additionally, I also renamed this project from puppet-repl to puppet-debugger since it reflected more on the capabilities of the projec