Fix default modulepath to follow upstream's behavior.
ok robert@ (maintainer)
This commit is contained in:
parent
281688418a
commit
492adbacab
@ -1,8 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.47 2012/10/28 18:48:45 robert Exp $
|
||||
# $OpenBSD: Makefile,v 1.48 2012/12/11 17:26:51 ajacoutot Exp $
|
||||
|
||||
COMMENT= centralised configuration management for networks
|
||||
|
||||
VERSION= 3.0.1
|
||||
REVISION= 0
|
||||
DISTNAME= puppet-${VERSION}
|
||||
PKGNAME= ruby-${DISTNAME}
|
||||
CATEGORIES= sysutils net
|
||||
|
@ -1,4 +1,4 @@
|
||||
$OpenBSD: patch-lib_puppet_defaults_rb,v 1.8 2012/10/28 18:48:45 robert Exp $
|
||||
$OpenBSD: patch-lib_puppet_defaults_rb,v 1.9 2012/12/11 17:26:51 ajacoutot Exp $
|
||||
--- lib/puppet/defaults.rb.orig Sun Oct 28 19:09:38 2012
|
||||
+++ lib/puppet/defaults.rb Sun Oct 28 19:10:05 2012
|
||||
@@ -729,11 +729,11 @@ EOT
|
||||
@ -20,7 +20,7 @@ $OpenBSD: patch-lib_puppet_defaults_rb,v 1.8 2012/10/28 18:48:45 robert Exp $
|
||||
},
|
||||
:modulepath => {
|
||||
- :default => "$confdir/modules#{File::PATH_SEPARATOR}/usr/share/puppet/modules",
|
||||
+ :default => "$confdir/modules#{File::PATH_SEPARATOR}${SYSCONFDIR}/puppet/modules",
|
||||
+ :default => "$confdir/modules#{File::PATH_SEPARATOR}${TRUEPREFIX}/share/puppet/modules",
|
||||
:type => :path,
|
||||
:desc => "The search path for modules, as a list of directories separated by the system path separator character. " +
|
||||
"(The POSIX path separator is ':', and the Windows path separator is ';'.)",
|
||||
|
Loading…
Reference in New Issue
Block a user