Re: [Puppet Users] Puppet Packet Rate?

2017-07-07 Thread Ramin K
On 7/7/17 9:52 AM, Peter Berghold wrote: Has anybody out there done any sort of study on what Puppet produces in terms of I/O packet rate? I'm being asked to fill in a spreadsheet with that information I can share some rough numbers. We do a lot of files so the numbers are weird and inef

[Puppet Users] Announce: Puppet Rolling Repos Available

2017-07-07 Thread Melissa Stone
Hi all! If you haven’t heard of our new Puppet 5 repos, check out the announcement eric0 sent out here or read more about the Puppet 5 Platform on our website . I’m

Re: [Puppet Users] Puppet Packet Rate?

2017-07-07 Thread Christopher Wood
The answer is that it depends on your catalogs and what you're ramming through them. You might get a squinty rule of thumb measurement from figuring out the size of uploaded facts/report, downloaded catalog/files, add some more for random discussion traffic, divide by the number of seconds an ag

[Puppet Users] Puppet Packet Rate?

2017-07-07 Thread Peter Berghold
Has anybody out there done any sort of study on what Puppet produces in terms of I/O packet rate? I'm being asked to fill in a spreadsheet with that information -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group

Re: [Puppet Users] Trigger apt-get update if packages are to be installed

2017-07-07 Thread Christopher Wood
Not sure what their solution was, but mine was (back when puppeting Debian/Ubuntu) to run apt-get update on every run, but make sure to also run apt-cacher-ng to be an apt proxy on the local network. That sped things up. On Fri, Jul 07, 2017 at 07:23:17AM -0700, Klavs Klavsen wrote: >Did you

[Puppet Users] Puppet Minor Upgrade

2017-07-07 Thread Peter Krawetzky
I need a clarification on a comment in the puppet upgrade doci. Does this mean (last sentence below) I can upgrade the puppetdb servers before the puppetservers and puppet agent? It's the "nodes" comment that has me confused. I take that as it can go before anything. A minor upgrade is an up

Re: [Puppet Users] Trigger apt-get update if packages are to be installed

2017-07-07 Thread Klavs Klavsen
Did you ever find a good solution to this? found stuff like this: https://blog.bluemalkin.net/puppet-trick-running-apt-get-update-only-when-needed/ - but thats really ugly -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from th

[Puppet Users] Re: Avoiding duplicate declaration in a loop?

2017-07-07 Thread jcbollinger
On Thursday, July 6, 2017 at 4:45:53 PM UTC-5, buoyant_puppy wrote: > > Excuse my newbieness, but I'm having a basic misunderstanding regarding > loops. > > Say I have: joesfriends = jack, sam, sally > > I need to add each entry into a file - one per line. > > $joesfriends.each | String $joesfri

[Puppet Users] Hiring Puppet Developers

2017-07-07 Thread Michael Catuara
Hi gang, I work for TransUnion and we are looking to hire two Puppet Developers/Linux Engineers. Here's a few bullets to describe the job... - Member of the Engineering team that staffs projects, maintains the Puppet infra, writes Puppet code, and BAU time consists of exploring new technology. -

[Puppet Users] Re: PuppetDB low catalog-duplication rate Puppet DB 4.3.0

2017-07-07 Thread Peter Krawetzky
So I went to run the curl command listed below and it came back with nothing. So I used pgadmin to look at the catalogs table and it's completely empty. The system has been running for almost 24 hours after dropping/creating the postgresql database. Any idea why the catalog table would be em

RE: [Puppet Users] Avoiding duplicate declaration in a loop?

2017-07-07 Thread Bart-Jan Vrielink
Hello, They are duplicate resources because Puppet (on the server) parses the manifests and adds all resources found to a catalog that is sent to the client, which uses this catalog to update the configuration. The catalog cannot have duplicate resources. I know of 3 basic methods to alter

Re: [Puppet Users] Multiple vhosts, same document root

2017-07-07 Thread 'Bas van de Wiel' via Puppet Users
So I managed to hack a fix for this: |# Hackish pair of execs to allow multiple sites with the same docroot| |# See: https:||//confluence.maxserv.com/display/OPS/MaxServ+Apache| |exec| |{ ||"${name}_${webroot}"||:| |||cwd => ||'/'||,| |||user=> ||'root'||,| |||path=> ||'/sbin:/bin:/u