Jira (PUP-1750) module apache itk for centos

2016-05-15 Thread Chris Edester (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Chris Edester commented on  PUP-1750 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: module apache itk for centos  
 
 
 
 
 
 
 
 
 
 
This is already fixed by this merged PR: https://github.com/puppetlabs/puppetlabs-apache/pull/1316 
You should close this issue... 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.13#64028-sha1:b7939e9) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Puppet Bugs" group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at https://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.


Jira (PUP-1750) module apache itk for centos

2015-05-14 Thread Matthias K (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Matthias K commented on  PUP-1750 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: module apache itk for centos  
 
 
 
 
 
 
 
 
 
 
Hi - are there any reasons for not supporting mpm_itk in centos yet? 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.3.15#6346-sha1:dbc023d) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Puppet Bugs" group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.


Jira (PUP-1750) module apache itk for centos

2014-02-22 Thread Marek Sirovy (JIRA)
Title: Message Title










 

 Marek Sirovy created an issue











 






 Puppet /  PUP-1750



  module apache itk for centos 










Issue Type:

  Improvement




Assignee:

 Marek Sirovy




Components:


 Modules




Created:


 22/Feb/14 8:33 AM




Environment:


mod itk in redhat




Labels:


 puppetlabs-apache




Priority:

  Normal




Reporter:

 Marek Sirovy










mod itk don't work on redhat, this few lines in manifests/mod/itk.pp can fix it.
 'RedHat' : { file  { "/etc/sysconfig/httpd": ensure => file, content => "HTTPD=/usr/sbin/httpd.itk", notify => Service['httpd'], }
 package  { 'httpd-itk': ensure => latest, }
 }
Could you add it please?