Re: [Puppet Users] Re: Terrible exported resources performance

2013-01-22 Thread Daniel Siechniewicz
On Tue, Jan 22, 2013 at 3:04 PM, Ken Barber wrote: >> This sounds like a sensible workaround, I will definitely have a look. I >> haven't yet had enough time to look at the issue properly, but it seems that >> this very long time is indeed consumed by catalog construction. Puppetdb >> fails after

[Puppet Users] Mcollective + ActiveMQ 5.8.0 - direct addressing problems

2013-05-30 Thread Daniel Siechniewicz
Hi, I've decided to try the new shiny and installed ActiveMQ 5.8.0 (my own rpm for Centos 5). It seems that Mcollective (2.2.3 in this case) doesn't play nice with ActiveMQ 5.8.0. It causes problems with direct addressing. In fact, it mostly stops working, but occasionally, rarely, does "go thr

[Puppet Users] Resource chaining not working

2013-07-11 Thread Daniel Siechniewicz
Hi, I have a seemingly simple situation, it can't really get simpler than that when it comes to resource chaining: node 'redis' { class { 'os::repo::misc': } class { 'redis': } Class['os::repo::misc'] -> Class['redis'] } This doesn't work: Info: Applying configuration version '1373529981

[Puppet Users] Re: Using exported resources as data containers?

2014-09-10 Thread Daniel Siechniewicz
Hi, Sounds like a job for https://github.com/dalen/puppet-puppetdbquery potentially? pdbresourcequery or maybe even the hiera backend. Regards, Daniel On Tuesday, September 9, 2014 11:49:21 PM UTC+1, mpou...@afilias.info wrote: > > I have a difficult-to-manage application which does not imple

Re: [Puppet Users] Re: Using exported resources as data containers?

2014-09-10 Thread Daniel Siechniewicz
nent". Otherwise you end up with puppetdb queries within your manifests which could be not what you want. Then again, this really depends on your preferences. Good luck and tell us if this worked for you. Regards, Daniel On 10 September 2014 13:03, Matthew Pounsett wrote: > > >