View | Details | Raw Unified | Return to bug 116007
Collapse All | Expand All

(-)puppet/files/patch-fix_conf_dir Sat Sep 22 19:34:06 2007 (-1 / +11 lines)
Line 0 Link Here
1
--- lib/puppet/configuration.rb.orig   Sat Sep 22 19:32:48 2007
2
+++ lib/puppet/configuration.rb        Sat Sep 22 19:32:30 2007
3
@@ -10,7 +10,7 @@
4
         var = File.expand_path("~/.puppet/var")
5
     else
6
         # Else, use system-wide directories.
7
-        conf = "/etc/puppet"
8
+        conf = "/usr/local/etc/puppet"
9
         var = "/var/puppet"
10
     end
11
0
12
1
- 

Return to bug 116007