Re: [Puppet Users] Puppet ordering: ensure exported resource to beevaluated BEFORE classes

2018-01-09 Thread desertkun
Thank you for explanatory response. I ended up using puppetdbquery instead of exported "resources", so I managed to avoid this ordering mess completely. On Tuesday, January 9, 2018 at 3:05:33 AM UTC+2, Matthew Kennedy wrote: > >

[Puppet Users] downgrade two packages at once with 'packages'

2018-01-09 Thread mvogt1
Hello list, I try to downgrade lightdm with 'yum' on my RHEL 7, the obvious approach does not work: package { [ 'lightdm','lightdm-gobject' ]: ensure => '1.18.3-1.el7.2', } >Execution of '/bin/yum -d 0 -e 0 -y downgrade lightdm-1.18.3-1.el7.2' returned 1: Error: >Package: lightdm-1.18.3-1.e

Re: [Puppet Users] Re: Work-flow for Control-repo in Git

2018-01-09 Thread Lupin Deterd
I was hoping someone from Puppetlabs with their wealth of customer experience will chime in. I'm surprised that the community doesn't have an endorse pattern for this, like what we have with "Roles and Profile". On Thu, Dec 28, 2017 at 4:37 AM, Barney Garrett wrote: > I've too have been looking

Re: [Puppet Users] puppet5 upgrade performance issues

2018-01-09 Thread Matthaus Owens
Chris, To better help you, it would be great to know a few more things about your installation. First question: are you running puppetserver 5.0.0 or something later in the 5.x series (and is it the same on all servers)? Second, what version of the puppet-agent are on those servers? puppetserver 5.

Re: [Puppet Users] puppet5 upgrade performance issues

2018-01-09 Thread Matthaus Owens
Chris, Hiera 3 + hiera-eyaml may also be contributing to the slowness. Here is one ticket (related to SERVER-1922) that indicated moving to hiera 5 improved compile times substantially: https://tickets.puppetlabs.com/browse/SERVER-1919 -Haus On Tue, Jan 9, 2018 at 11:36 AM, Matthaus Owens wrote:

Re: [Puppet Users] puppet5 upgrade performance issues

2018-01-09 Thread Chris Smith
Hi, Thanks for your help. On 10/01/18 06:36, Matthaus Owens wrote: > Chris, > To better help you, it would be great to know a few more things about > your installation. First question: are you running puppetserver 5.0.0 > or something later in the 5.x series (and is it the same on all > servers)?