Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 211910 - app-admin/puppet - puppetmaster should be started before puppet
Summary: app-admin/puppet - puppetmaster should be started before puppet
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: MATSUU Takuto (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 212262
  Show dependency tree
 
Reported: 2008-02-29 17:46 UTC by gentoo
Modified: 2008-03-05 16:16 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description gentoo 2008-02-29 17:46:43 UTC
If you're configuring your puppetmaster also with a local puppet daemon, then the puppetmaster-init.d script should be started before the puppet-init.d script otherwise the puppet daemon will fail to start.

Reproducible: Always

Steps to Reproduce:
configure your puppetmaster with a local puppet daemon and restart the server
Actual Results:  
puppet is not started

Expected Results:  
puppet should be started

Patch to fix that problem:


--- /etc/init.d/puppetmaster.old        2008-02-29 18:39:16.000000000 +0100
+++ /etc/init.d/puppetmaster    2008-02-29 18:39:47.000000000 +0100
@@ -5,6 +5,7 @@
 
 depend() {
         need net
+        before puppet
         use dns logger
 }
Comment 1 gentoo 2008-02-29 17:48:10 UTC
app-admin/puppet is the package...
Comment 2 MATSUU Takuto (RETIRED) gentoo-dev 2008-03-05 16:16:08 UTC
fixed in 0.24.2