Re: [Puppet Users] parts of class being skipped :(

2017-10-04 Thread Lowe Schmidt
What is the problem you’re having? Sent from my iPhone > On 4 Oct 2017, at 17:12, kaseeve wrote: > > Please forgive my limited knowledge on puppet. I need some assistance in > achieving what most of you would consider a very simple task. I am attempting > to install zabbix agent below and mod

[Puppet Users] parts of class being skipped :(

2017-10-04 Thread kaseeve
Please forgive my limited knowledge on puppet. I need some assistance in achieving what most of you would consider a very simple task. I am attempting to install zabbix agent below and modify the configuration file then reload the service. I believe the code is incomplete but i am not sure wh

[Puppet Users] Re: PuppetServer 2.8 resource Leak

2017-10-04 Thread Antony Fomenko
We faced similar issue. We now in process of switching to Puppet 4. Why not Puppet 5. Well it happened that latest 2.x PuppetDB works only with Puppet 4 so we must to do this intermediate step. Anyway I hoped that our standard server could handle at lest as twice as more agents as before, with p

[Puppet Users] Puppet Feature Request (lookup with keys containing ".")

2017-10-04 Thread John Baird
Problem: So, currently as has been explained to me, doing a lookup with keys containing "." chops the key at first "." because of scoping and namespace. This makes file-based lookups impossible (as far as I can tell). I would like to be able to use HTTP or other backends to serve files, whi

Re: [Puppet Users] Confusing error with file resource...

2017-10-04 Thread David Schmitt
On Tue, Oct 3, 2017 at 5:41 PM Sean wrote: > Hi, > > I have a strange puppet error (v4.10.1) with a file resource that creates > a cron job... > > file { '/etc/cron.daily/aide': > ensure => $mymodule::ensure_aide, > owner => 'root', > group => 'root', > mode=> '0755', >

Re: [Puppet Users] PuppetServer 2.8 resource Leak

2017-10-04 Thread Poil
Hi, Thanks ! We had Trocla 0.2.3, and module 0.2.2 I'm upgrading to Trocla 0.3.0 and latest module code Best regards, Le 04/10/2017 à 08:27, Peter Meier a écrit : We are on hiera v3, we only tuned "max-requests-per-instance: 5000" because of a databases connection leak with our Trocla lib