$OpenBSD: patch-ext_regexp_nodes_regexp_nodes_rb,v 1.1 2010/05/18 18:44:37 robert Exp $
--- ext/regexp_nodes/regexp_nodes.rb.orig	Tue May 18 09:38:05 2010
+++ ext/regexp_nodes/regexp_nodes.rb	Tue May 18 09:38:18 2010
@@ -43,14 +43,14 @@ require 'set'
 # set up some nice logging
 require 'logger'
 # XXX flip this for production vs local sandbox
-# $LOG = Logger.new("/var/lib/puppet/log/extnodes.log")
+# $LOG = Logger.new("/var/puppet/log/extnodes.log")
 # $LOG.level = Logger::FATAL
 $LOG = Logger.new($stderr)
 $LOG.level = Logger::DEBUG
 
 # paths for files we use will be relative to this directory
 # XXX flip this for production vs local sandbox
-# WORKINGDIR = "/var/lib/puppet/bin"
+# WORKINGDIR = "/var/puppet/bin"
 WORKINGDIR = Dir.pwd
 
 # This class holds all the methods for creating and accessing the properties
@@ -154,7 +154,7 @@ class ExternalNode
     # directories to get the parameter name, then use the names of the files
     # contained in there for the values of those parameters.
     #
-    # ex: cat /var/lib/puppet/bin/parameters/environment/production
+    # ex: cat /var/puppet/bin/parameters/environment/production
     # ^prodweb
     # would set parameters["environment"] = "production" for prodweb001
     def match_parameters(fullpath)
