diff options
author | Keith aka fugit <fugit13@gmail.com> | 2011-04-13 10:35:57 -0400 |
---|---|---|
committer | Keith aka fugit <fugit13@gmail.com> | 2011-04-13 10:35:57 -0400 |
commit | 51c7b390694d95e7096e33317de4242d67ca7e38 (patch) | |
tree | 8d2692d2ce09ed4bd904c597aff0485f0f6ba603 /files/master | |
parent | 3bcfd81f64f504cb9be05ccdb8b81652ff872d0f (diff) |
updated allow insatll of puppetmaster on squeeze. This addresses the
package diferences.
Diffstat (limited to 'files/master')
-rw-r--r-- | files/master/puppet.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/files/master/puppet.conf b/files/master/puppet.conf index 6b4b0e9..fcaef0d 100644 --- a/files/master/puppet.conf +++ b/files/master/puppet.conf @@ -42,7 +42,7 @@ [puppetmasterd] reportdir = $logdir/reports autoflush = true - storeconfigs=true + #storeconfigs=true dbadapter=mysql dbserver=localhost dbuser=puppet @@ -63,7 +63,7 @@ # configure environments [development] manifest=$vardir/development/etc/manifests/site.pp - modulepath=$vardir/development/manifests + modulepath=$vardir/development/modules/ templatepath=$vardir/development/templates/ [production] |