[Puppet-dev] AuthStore::Declaration sorting and :deny support, can it be removed?

2013-06-03 Thread mzeren
Can we remove the <=> operator and :deny type from AuthStore::Declaration? Some details: * In lib/puppet/network/authstore.rb there is logic to provide a custom sort order. I believe it provides a total ordering, but almost by accident. If we were to allow :domain declarations without periods t

[Puppet-dev] Re: help with running spec tests

2013-06-03 Thread mzeren
To followup, this was a result of using a stale source install of facter and the wrong branch, plus having a conflicting system (apt) install of facter. Switching my facter source to stable and pulling, plus sudo apt-get remove facter resolve these errors. -- You received this message because

[Puppet-dev] Puppet Dev Community Summary (2012-06-03)

2013-06-03 Thread Jeff McCune
Puppet Dev Community Summary - Finished Card Total: *27* - Merged: 16 - Not Merged: 6 - Other: 5 Please see the team's current work in progress, outstanding pull requests, and backlog on the Puppet Dev Community board

Re: [Puppet-dev] help with running spec tests

2013-06-03 Thread Patrick Carlisle
On Mon, Jun 3, 2013 at 2:27 PM, Mark Zeren wrote: > > Should I expect the following 53 failures on a Debian Wheezy system when > running spec tests on master? > No, the specs should all pass. mzeren@puppet1:/usr/src/puppet$ rake spec > I notice you aren't using bundler to run this. If there ar

[Puppet-dev] Re: help with running spec tests

2013-06-03 Thread Mark Zeren
OK. I found https://jenkins.puppetlabs.com/view/Puppet%20FOSS/ as documented in README_DEVELOPER.md -- You received this message because you are subscribed to the Google Groups "Puppet Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to puppet-

[Puppet-dev] help with running spec tests

2013-06-03 Thread Mark Zeren
Should I expect the following 53 failures on a Debian Wheezy system when running spec tests on master? Is there a public CI server that would let me compare my results vs. some known good setup? mzeren@puppet1:/usr/src/puppet$ uname -a Linux puppet1 3.2.0-4-amd64 #1 SMP Debian 3.2.41-2+deb7u2 x

[Puppet-dev] Announce: PuppetDB 1.3.2 Available

2013-06-03 Thread Chris Price
PuppetDB 1.3.2 is now available for download! This is a very minor compatibility release for the 1.3 series of PuppetDB. === ## Downloads ## === Available in native package format at: http://yum.puppetlabs.com and http://apt.puppetlabs.com Puppet module: http://forge.pup

Re: [Puppet-dev] Understanding/minimizing config retrieval time

2013-06-03 Thread Martin Langhoff
Still, 4~7s is ages in processing time. I am sure you can serialize/unserialize several MBs of stuff in that time, and catalogs are usually tiny... cheers, m On Mon, Jun 3, 2013 at 12:33 PM, Eric Sorenson wrote: > On Jun 3, 2013, at 12:44 AM, christian.le.fl...@gmail.com wrote: > > Reason I'

Re: [Puppet-dev] Understanding/minimizing config retrieval time

2013-06-03 Thread Eric Sorenson
On Jun 3, 2013, at 12:44 AM, christian.le.fl...@gmail.com wrote: > Reason I'm asking: catalog compiling for this agent takes 3 to 4 sec tops. So > there are still 4 to 7 sec in which other things must happen then. Yes: serialization, transmission over the network, deserialization. The master

Re: [Puppet-dev] Understanding/minimizing config retrieval time

2013-06-03 Thread christian . le . flamm
Reason I'm asking: catalog compiling for this agent takes 3 to 4 sec tops. So there are still 4 to 7 sec in which other things must happen then. -- You received this message because you are subscribed to the Google Groups "Puppet Developers" group. To unsubscribe from this group and stop receiv

Re: [Puppet-dev] Understanding/minimizing config retrieval time

2013-06-03 Thread christian . le . flamm
Thanks, didn't know catalog compiling on the master has its share in the "config retrieval" statistic for the client... makes sense. BTW: is there a list of things somewhere that are done during "config retrieval"? -- You received this message because you are subscribed to the Google Groups "P