Re: [Puppet Users] puppet exported resources dramatic performance

2015-05-06 Thread Michael Pawlak
concern/issue with you, look into other methods of spreading the work load or decentralizing to get the performance you desire. *Michael Pawlak* Web Systems Administrator | Colovore LLC E: m...@colovore.com C: 408.316.2154 <http://www.colovore.com> On Wed, May 6, 2015 at 8:00 AM, SCHAER Fr

Re: [Puppet Users] Re: trying to create a hash using the generate function

2015-05-06 Thread Michael Pawlak
Allen, The generate function simply returns the output of an external command, as executed on the puppet master. Since bash only started supporting associative arrays (hashes/dictionaries) in version 4 it is highly likely that your bash script is outputting a string and not a hash. The forma

[Puppet Users] Re: Storeconfigs with puppetdb in nodeless configuration not working

2015-03-20 Thread Michael Pawlak
Does anybody have any insight into this? On Thursday, March 19, 2015 at 10:14:59 PM UTC-7, Michael Pawlak wrote: > > Hello Puppeteers, > > We currently have implemented a nodeless (role base using LDAP) and > masterless (git pulls) puppet infrastructure at work. This aspect seems

[Puppet Users] Storeconfigs with puppetdb in nodeless configuration not working

2015-03-19 Thread Michael Pawlak
Hello Puppeteers, We currently have implemented a nodeless (role base using LDAP) and masterless (git pulls) puppet infrastructure at work. This aspect seems to work just fine. We also have puppetdb setup to manage reports and storeconfigs. There is plenty of data being written to the PostgreSQ