Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 278593 - app-admin/puppet's init script should specify after netmount & nfsmount
Summary: app-admin/puppet's init script should specify after netmount & nfsmount
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: MATSUU Takuto (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-21 16:28 UTC by Evan Borgstrom
Modified: 2009-07-21 22:18 UTC (History)
0 users

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 Evan Borgstrom 2009-07-21 16:28:04 UTC
I have /usr/portage shared over NFS to all of my machines, when the system boots if puppet starts before nfsmount has then nfsmount fails to start because eix is trying to update from /usr/portage. By forcing puppet to start after netmount & nfsmount this issue does not happen.

--- files/puppet.init.old	2009-07-21 12:11:38.090903408 -0400
+++ files/puppet.init	2009-07-21 12:10:54.947203662 -0400
@@ -5,6 +5,7 @@
 depend() {
 	need net
 	use dns logger puppetmaster
+	after nfsmount netmount
 }
 
 checkconfig() {


Reproducible: Always
Comment 1 MATSUU Takuto (RETIRED) gentoo-dev 2009-07-21 22:18:23 UTC
Fixed in cvs. thanks.