openbsd-ports/sysutils/ruby-puppet/patches/patch-lib_puppet_reference_configuration_rb
2010-10-24 10:26:36 +00:00

13 lines
504 B
Plaintext

$OpenBSD: patch-lib_puppet_reference_configuration_rb,v 1.3 2010/10/24 10:26:36 robert Exp $
--- lib/puppet/reference/configuration.rb.orig Sun Oct 24 12:26:04 2010
+++ lib/puppet/reference/configuration.rb Sun Oct 24 12:26:08 2010
@@ -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