Issue #8095 has been reported by Jeff McCune. ---------------------------------------- Bug #8095: PE 1.1 is not enabling pe-httpd service to start on boot on RHEL6 https://projects.puppetlabs.com/issues/8095
Author: Jeff McCune Status: Unreviewed Priority: Normal Assignee: Category: packages Target version: Keywords: init script pe-httpd chkconfig Branch: Affected PE version: 1.1 # Overview # Installing PE 1.1 on RHEL 6.0 I notice the pe-httpd service is not enabled to start on boot: <pre> pe-httpd 0:off 1:off 2:off 3:off 4:off 5:off 6:off pe-puppet 0:off 1:off 2:on 3:on 4:on 5:on 6:off </pre> Nigel and Jacob believe this is related to the default hypen in the init script. <pre> #!/bin/bash # # pe-httpd Startup script for the Puppet Labs (Apache) HTTP Server # # chkconfig: - 85 15 # description: The Apache HTTP Server is an efficient and extensible \ # server implementing the current HTTP standards. # processname: pe-httpd # config: /etc/puppetlabs/httpd/conf/pe-httpd.conf # config: /etc/sysconfig/pe-httpd # pidfile: /var/run/pe-httpd/pe-httpd.pid # </pre> This line is the suspected issue: <pre> # chkconfig: - 85 15 </pre> -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://projects.puppetlabs.com/my/account -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-bugs?hl=en.
