07e011aa34
default workdir with /var/puppet
16 lines
474 B
Plaintext
16 lines
474 B
Plaintext
$OpenBSD: patch-examples_etc_puppet_fileserver_conf,v 1.1 2010/05/18 18:44:37 robert Exp $
|
|
--- examples/etc/puppet/fileserver.conf.orig Tue May 18 09:37:24 2010
|
|
+++ examples/etc/puppet/fileserver.conf Tue May 18 09:37:09 2010
|
|
@@ -5,9 +5,9 @@
|
|
allow *.puppetlabs.com
|
|
|
|
[plugins]
|
|
- path /var/lib/puppet/plugins
|
|
+ path /var/puppet/plugins
|
|
allow *.puppetlabs.com
|
|
|
|
[facts]
|
|
- path /var/lib/puppet/facts
|
|
+ path /var/puppet/facts
|
|
allow *.puppetlabs.com
|