a96f028cca
cve-2012-1906 cve-2012-1986 cve-2012-1987 cve-2012-1988 cve-2012-1989 ok robert@ (MAINTAINER
13 lines
504 B
Plaintext
13 lines
504 B
Plaintext
$OpenBSD: patch-lib_puppet_reference_configuration_rb,v 1.4 2012/04/13 08:18:30 jasper Exp $
|
|
--- lib/puppet/reference/configuration.rb.orig Tue Apr 10 20:23:16 2012
|
|
+++ lib/puppet/reference/configuration.rb Fri Apr 13 09:29:03 2012
|
|
@@ -25,7 +25,7 @@ config = Puppet::Util::Reference.newreference(:configu
|
|
str << ""
|
|
val = object.default
|
|
if name.to_s == "vardir"
|
|
- val = "/var/lib/puppet"
|
|
+ val = "/var/puppet"
|
|
elsif name.to_s == "confdir"
|
|
val = "/etc/puppet"
|
|
end
|