diff options
author | lutter <lutter@980ebf18-57e1-0310-9a29-db15c13687c0> | 2007-06-21 21:31:19 +0000 |
---|---|---|
committer | lutter <lutter@980ebf18-57e1-0310-9a29-db15c13687c0> | 2007-06-21 21:31:19 +0000 |
commit | ac36ddd90220dcec5d3f9d9f0c29cd59c9898420 (patch) | |
tree | f9caf1a0c1091e57381cae788497fc1cfe5756dd | |
parent | ec2d469b1317874ca170b12ecb5f4af6fb804796 (diff) | |
download | puppet-ac36ddd90220dcec5d3f9d9f0c29cd59c9898420.tar.gz puppet-ac36ddd90220dcec5d3f9d9f0c29cd59c9898420.tar.xz puppet-ac36ddd90220dcec5d3f9d9f0c29cd59c9898420.zip |
Fix name of main section
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2642 980ebf18-57e1-0310-9a29-db15c13687c0
-rw-r--r-- | conf/redhat/puppet.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/redhat/puppet.conf b/conf/redhat/puppet.conf index 35f4abf1a..70dcb02da 100644 --- a/conf/redhat/puppet.conf +++ b/conf/redhat/puppet.conf @@ -1,4 +1,4 @@ -[puppet] +[main] # Where Puppet stores dynamic and growing data. # The default value is '/var/puppet'. vardir = /var/lib/puppet |