Issue #2229 has been updated by Lluis Gili.
I can't upload this as attachment:
<pre>
--- a/conf/redhat/server.init
+++ b/conf/redhat/server.init
@@ -28,7 +28,7 @@ if [ -n "$PUPPETMASTER_PORTS" ] && [
${#puppetmaster_por...@]} -gt 1 ]; then
elif [ -n "$PUPPETMASTER_PORTS" ] && [ ${#puppetmaster_por...@]} -eq 1 ]; then
PUPPETMASTER_OPTS="${PUPPETMASTER_OPTS}
--masterport=${PUPPETMASTER_PORTS[0]}"
fi
-[ -n "$PUPPETMASTER_LOG" ] && PUPPETMASTER_OPTS="${PUPPETMASTER_OPTS}
--logdest=${PUPPETMASTER_LOG}"
+[ -n "$PUPPETMASTER_LOG" ] && PUPPETMASTER_OPTS="${PUPPETMASTER_OPTS}
--logdest ${PUPPETMASTER_LOG}"
PUPPETMASTER_OPTS="${PUPPETMASTER_OPTS} \
${PUPPETMASTER_EXTRA_OPTS}"
</pre>
----------------------------------------
Bug #2229: redhat init script fails to start puppetmaster if logdest is added
http://projects.reductivelabs.com/issues/2229
Author: Lluis Gili
Status: Unreviewed
Priority: Normal
Assigned to:
Category:
Target version:
Complexity: Trivial
Affected version: 0.25.0
Keywords:
<pre>
$ /etc/init.d/puppetmaster start
Starting puppetmaster:
needless argument: --logdest=/var/log/puppet/puppetmaster.log
Try '/usr/local/src/puppet-git/sbin/puppetmasterd --help'
[FAILED]
</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://reductivelabs.com/redmine/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
-~----------~----~----~----~------~----~------~--~---