First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 211910
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: MATSUU Takuto <matsuu@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: gentoo@immerda.ch
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 211910 depends on: Show dependency tree
Bug 211910 blocks: 212262
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2008-02-29 17:46 0000
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 From gentoo@immerda.ch 2008-02-29 17:48:10 0000 -------
app-admin/puppet is the package...

------- Comment #2 From MATSUU Takuto 2008-03-05 16:16:08 0000 -------
fixed in 0.24.2

First Last Prev Next    No search results available      Search page      Enter new bug