Re: [Puppet Users] Puppet Apache Module

2018-08-24 Thread Ben Ford
Totally a fair point, thanks for the feedback! On Fri, Aug 24, 2018 at 8:57 AM Tim Skirvin wrote: > Ben Ford writes: > > [puppetlabs/apache is dropping support for RHEL6 and family] > > Is there a reason you can't pin to the module to a version that supports > > your needs? > > We

Re: [Puppet Users] Puppet Apache Module

2018-08-24 Thread Michael Watters
What happens when there's a bug fix or security update that you need? Pinning versions also only works as long as you have no *other* modules that depend on a newer version of the apache module. IMO the apache module should not be dropping support for an Apache release that is still widely

Re: [Puppet Users] Puppet Apache Module

2018-08-24 Thread Tim Skirvin
Ben Ford writes: [puppetlabs/apache is dropping support for RHEL6 and family] > Is there a reason you can't pin to the module to a version that supports > your needs? We probably will do so for the duration of the transition. But frankly my management is already pretty frustrated with

Re: [Puppet Users] Puppet Apache Module

2018-08-23 Thread Ben Ford
Is there a reason you can't pin to the module to a version that supports your needs? Any users that use either Apache 2.2 or use one of the above operating > systems should pin to an older version of the module. We will continue to > support these operating systems for older versions of the

Re: [Puppet Users] Puppet Apache Module

2018-08-23 Thread Tim Skirvin
Davin Hanlon writes: > Quick note to let you know of some major work that we're performing > to the module. As you probably know, Apache 2.2 has been end-of-lifed > since the start of 2018 [...] Therefore, we're taking steps to remove > support for that version of Apache from the module. This

[Puppet Users] Puppet Apache Module

2018-08-23 Thread Davin Hanlon
Hello everyone! Read on if you use the Puppet Apache module . Quick note to let you know of some major work that we're performing to the module. As you probably know, Apache 2.2 has been end-of-lifed since the start of 2018 (

[Puppet Users] puppet apache module dependency cycle

2013-04-24 Thread jmartiee
I am trying to use puppetlabs apache module on CentOS to install mod php package. class {'apache::mod::php': } It returns error Error: Could not find dependency Package[httpd] for A2mod[php5]. I am using Puppet 3.1 version. Do I need to call class{'apache': } explicitly to get mod-php

Re: [Puppet Users] puppet apache module

2011-10-13 Thread Dan Sheffner
I found what I had was working. Was just thrown off by the warnings. On Thu, Oct 13, 2011 at 12:07 AM, thesheff17 dsheff...@gmail.com wrote: I'm getting this and it isn't applying my apache module. Is it because of these warnings? notice: Starting Puppet client version 2.7.5

[Puppet Users] puppet apache module

2011-10-12 Thread thesheff17
I'm getting this and it isn't applying my apache module. Is it because of these warnings? notice: Starting Puppet client version 2.7.5 /usr/local/rvm/gems/ruby-1.9.2-p290/gems/puppet-2.7.5/lib/puppet/ provider/service/freebsd.rb:8: warning: class variable access from toplevel