From b124738dc8a1c11bc2e2ff328189c4e4370b2cca Mon Sep 17 00:00:00 2001 From: robert Date: Sun, 24 Oct 2010 10:26:36 +0000 Subject: [PATCH] missing patch --- .../patch-lib_puppet_reference_configuration_rb | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 sysutils/ruby-puppet/patches/patch-lib_puppet_reference_configuration_rb diff --git a/sysutils/ruby-puppet/patches/patch-lib_puppet_reference_configuration_rb b/sysutils/ruby-puppet/patches/patch-lib_puppet_reference_configuration_rb new file mode 100644 index 00000000000..252af79d505 --- /dev/null +++ b/sysutils/ruby-puppet/patches/patch-lib_puppet_reference_configuration_rb @@ -0,0 +1,12 @@ +$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